eslint-config-google : ESLint shareable config for the Google style. You can installing eslint-config-google 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-google $ sudo npm install -g eslint-config-google
If want to update the eslint-config-google package execute the command as below,
$ sudo npm update eslint-config-google
Update package globally,
$ npm install -g eslint-config-google
$ sudo git clone https://github.com/rektide/eslint-config-google.git
$ sudo npm install -g ./eslint-config-google
eslint-config-google@0.9.1 /usr/lib/node_modules/eslint-config-google
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-config-google
Package Name | eslint-config-google |
Version | 0.9.1 |
Description | ESLint shareable config for the Google style |
Released Date | 2017-07-08T06:10:06.501Z |
Published by | philipwalton |
How to Learn | https://www.npmjs.com/package/eslint-config-google/tutorial |