eslint-plugin-filenames : Eslint rule for consistent filenames.. You can installing eslint-plugin-filenames npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install eslint-plugin-filenames $ sudo npm install -g eslint-plugin-filenames
If want to update the eslint-plugin-filenames package execute the command as below,
$ sudo npm update eslint-plugin-filenames
Update package globally,
$ npm install -g eslint-plugin-filenames
$ sudo git clone https://github.com/rektide/eslint-plugin-filenames.git
$ sudo npm install -g ./eslint-plugin-filenames
eslint-plugin-filenames@1.2.0 /usr/lib/node_modules/eslint-plugin-filenames
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-filenames
Package Name | eslint-plugin-filenames |
Version | 1.2.0 |
Description | Eslint rule for consistent filenames. |
Released Date | 2017-04-14T10:41:27.693Z |
Published by | selaux |
How to Learn | https://www.npmjs.com/package/eslint-plugin-filenames/tutorial |