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