rollup-plugin-eslint : Verify entry point and all imported files with ESLint. You can installing rollup-plugin-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 rollup-plugin-eslint $ sudo npm install -g rollup-plugin-eslint
If want to update the rollup-plugin-eslint package execute the command as below,
$ sudo npm update rollup-plugin-eslint
Update package globally,
$ npm install -g rollup-plugin-eslint
$ sudo git clone https://github.com/rektide/rollup-plugin-eslint.git
$ sudo npm install -g ./rollup-plugin-eslint
rollup-plugin-eslint@4.0.0 /usr/lib/node_modules/rollup-plugin-eslint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rollup-plugin-eslint
| Package Name | rollup-plugin-eslint |
| Version | 4.0.0 |
| Description | Verify entry point and all imported files with ESLint |
| Released Date | 2017-07-01T21:28:54.394Z |
| Published by | trysound |
| How to Learn | https://www.npmjs.com/package/rollup-plugin-eslint/tutorial |