eslint-config-standard : JavaScript Standard Style - ESLint Shareable Config. You can installing eslint-config-standard 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-standard $ sudo npm install -g eslint-config-standard
If want to update the eslint-config-standard package execute the command as below,
$ sudo npm update eslint-config-standard
Update package globally,
$ npm install -g eslint-config-standard
$ sudo git clone https://github.com/rektide/eslint-config-standard.git
$ sudo npm install -g ./eslint-config-standard
eslint-config-standard@10.2.1 /usr/lib/node_modules/eslint-config-standard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-config-standard
Package Name | eslint-config-standard |
Version | 10.2.1 |
Description | JavaScript Standard Style - ESLint Shareable Config |
Released Date | 2017-04-14T17:02:14.306Z |
Published by | feross |
How to Learn | https://www.npmjs.com/package/eslint-config-standard/tutorial |