eslint-config-airbnb : Airbnbs ESLint config, following our styleguide. You can installing eslint-config-airbnb 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-airbnb $ sudo npm install -g eslint-config-airbnb
If want to update the eslint-config-airbnb package execute the command as below,
$ sudo npm update eslint-config-airbnb
Update package globally,
$ npm install -g eslint-config-airbnb
$ sudo git clone https://github.com/rektide/eslint-config-airbnb.git
$ sudo npm install -g ./eslint-config-airbnb
eslint-config-airbnb@16.1.0 /usr/lib/node_modules/eslint-config-airbnb
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-config-airbnb
Package Name | eslint-config-airbnb |
Version | 16.1.0 |
Description | Airbnbs ESLint config, following our styleguide |
Released Date | 2017-10-16T19:17:28.329Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/eslint-config-airbnb/tutorial |