eslint-plugin-lodash : Lodash specific linting rules for ESLint. You can installing eslint-plugin-lodash 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-lodash $ sudo npm install -g eslint-plugin-lodash
If want to update the eslint-plugin-lodash package execute the command as below,
$ sudo npm update eslint-plugin-lodash
Update package globally,
$ npm install -g eslint-plugin-lodash
$ sudo git clone https://github.com/rektide/eslint-plugin-lodash.git
$ sudo npm install -g ./eslint-plugin-lodash
eslint-plugin-lodash@2.5.0 /usr/lib/node_modules/eslint-plugin-lodash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-lodash
Package Name | eslint-plugin-lodash |
Version | 2.5.0 |
Description | Lodash specific linting rules for ESLint |
Released Date | 2017-10-20T07:46:55.688Z |
Published by | ganimomer |
How to Learn | https://www.npmjs.com/package/eslint-plugin-lodash/tutorial |