jslint : The JavaScript Code Quality Tool. You can installing jslint 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 jslint $ sudo npm install -g jslint
If want to update the jslint package execute the command as below,
$ sudo npm update jslint
Update package globally,
$ npm install -g jslint
$ sudo git clone https://github.com/rektide/jslint.git
$ sudo npm install -g ./jslint
jslint@0.11.0 /usr/lib/node_modules/jslint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jslint
Package Name | jslint |
Version | 0.11.0 |
Description | The JavaScript Code Quality Tool |
Released Date | 2017-07-18T16:45:00.384Z |
Published by | smikes |
How to Learn | https://www.npmjs.com/package/jslint/tutorial |