grunt-eslint : Validate files with ESLint. You can installing grunt-eslint 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 grunt-eslint $ sudo npm install -g grunt-eslint
If want to update the grunt-eslint package execute the command as below,
$ sudo npm update grunt-eslint
Update package globally,
$ npm install -g grunt-eslint
$ sudo git clone https://github.com/rektide/grunt-eslint.git
$ sudo npm install -g ./grunt-eslint
grunt-eslint@20.1.0 /usr/lib/node_modules/grunt-eslint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-eslint
Package Name | grunt-eslint |
Version | 20.1.0 |
Description | Validate files with ESLint |
Released Date | 2017-08-31T04:06:17.469Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/grunt-eslint/tutorial |