eslint-plugin-mocha : Eslint rules for mocha.. You can installing eslint-plugin-mocha 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-mocha $ sudo npm install -g eslint-plugin-mocha
If want to update the eslint-plugin-mocha package execute the command as below,
$ sudo npm update eslint-plugin-mocha
Update package globally,
$ npm install -g eslint-plugin-mocha
$ sudo git clone https://github.com/rektide/eslint-plugin-mocha.git
$ sudo npm install -g ./eslint-plugin-mocha
eslint-plugin-mocha@4.11.0 /usr/lib/node_modules/eslint-plugin-mocha
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-mocha
Package Name | eslint-plugin-mocha |
Version | 4.11.0 |
Description | Eslint rules for mocha. |
Released Date | 2017-06-19T14:30:40.957Z |
Published by | lo1tuma |
How to Learn | https://www.npmjs.com/package/eslint-plugin-mocha/tutorial |