eslint-watch : Run eslint with watch mode. You can installing eslint-watch 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-watch $ sudo npm install -g eslint-watch
If want to update the eslint-watch package execute the command as below,
$ sudo npm update eslint-watch
Update package globally,
$ npm install -g eslint-watch
$ sudo git clone https://github.com/rektide/eslint-watch.git
$ sudo npm install -g ./eslint-watch
eslint-watch@3.1.3 /usr/lib/node_modules/eslint-watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-watch
Package Name | eslint-watch |
Version | 3.1.3 |
Description | Run eslint with watch mode |
Released Date | 2017-10-13T22:15:51.574Z |
Published by | rizowski |
How to Learn | https://www.npmjs.com/package/eslint-watch/tutorial |