eslint-config-defaults : A set of default eslint configuration. You can installing eslint-config-defaults 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-defaults $ sudo npm install -g eslint-config-defaults
If want to update the eslint-config-defaults package execute the command as below,
$ sudo npm update eslint-config-defaults
Update package globally,
$ npm install -g eslint-config-defaults
$ sudo git clone https://github.com/rektide/eslint-config-defaults.git
$ sudo npm install -g ./eslint-config-defaults
eslint-config-defaults@9.0.0 /usr/lib/node_modules/eslint-config-defaults
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-config-defaults
Package Name | eslint-config-defaults |
Version | 9.0.0 |
Description | A set of default eslint configuration |
Released Date | 2016-02-10T23:54:53.345Z |
Published by | baer |
How to Learn | https://www.npmjs.com/package/eslint-config-defaults/tutorial |