eslint-plugin-angular : ESLint rules for AngularJS projects. You can installing eslint-plugin-angular 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-angular $ sudo npm install -g eslint-plugin-angular
If want to update the eslint-plugin-angular package execute the command as below,
$ sudo npm update eslint-plugin-angular
Update package globally,
$ npm install -g eslint-plugin-angular
$ sudo git clone https://github.com/rektide/eslint-plugin-angular.git
$ sudo npm install -g ./eslint-plugin-angular
eslint-plugin-angular@3.1.1 /usr/lib/node_modules/eslint-plugin-angular
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-angular
Package Name | eslint-plugin-angular |
Version | 3.1.1 |
Description | ESLint rules for AngularJS projects |
Released Date | 2017-08-30T07:13:34.144Z |
Published by | emmanueldemey |
How to Learn | https://www.npmjs.com/package/eslint-plugin-angular/tutorial |