eslint-config-angular : ESLint shareable config for Angular plugin. You can installing eslint-config-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-config-angular $ sudo npm install -g eslint-config-angular
If want to update the eslint-config-angular package execute the command as below,
$ sudo npm update eslint-config-angular
Update package globally,
$ npm install -g eslint-config-angular
$ sudo git clone https://github.com/rektide/eslint-config-angular.git
$ sudo npm install -g ./eslint-config-angular
eslint-config-angular@0.5.0 /usr/lib/node_modules/eslint-config-angular
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-config-angular
Package Name | eslint-config-angular |
Version | 0.5.0 |
Description | ESLint shareable config for Angular plugin |
Released Date | 2016-02-25T23:18:36.310Z |
Published by | dustinspecker |
How to Learn | https://www.npmjs.com/package/eslint-config-angular/tutorial |