eslint-plugin-node : Additional ESLints rules for Node.js. You can installing eslint-plugin-node 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-node $ sudo npm install -g eslint-plugin-node
If want to update the eslint-plugin-node package execute the command as below,
$ sudo npm update eslint-plugin-node
Update package globally,
$ npm install -g eslint-plugin-node
$ sudo git clone https://github.com/rektide/eslint-plugin-node.git
$ sudo npm install -g ./eslint-plugin-node
eslint-plugin-node@5.2.1 /usr/lib/node_modules/eslint-plugin-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-node
Package Name | eslint-plugin-node |
Version | 5.2.1 |
Description | Additional ESLints rules for Node.js |
Released Date | 2017-10-23T07:13:38.091Z |
Published by | mysticatea |
How to Learn | https://www.npmjs.com/package/eslint-plugin-node/tutorial |