babel-preset-airbnb : A babel preset for transforming your JavaScript for Airbnb. You can installing babel-preset-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 babel-preset-airbnb $ sudo npm install -g babel-preset-airbnb
If want to update the babel-preset-airbnb package execute the command as below,
$ sudo npm update babel-preset-airbnb
Update package globally,
$ npm install -g babel-preset-airbnb
$ sudo git clone https://github.com/rektide/babel-preset-airbnb.git
$ sudo npm install -g ./babel-preset-airbnb
babel-preset-airbnb@2.4.0 /usr/lib/node_modules/babel-preset-airbnb
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-preset-airbnb
Package Name | babel-preset-airbnb |
Version | 2.4.0 |
Description | A babel preset for transforming your JavaScript for Airbnb |
Released Date | 2017-06-28T20:16:07.323Z |
Published by | ljharb |
How to Learn | https://www.npmjs.com/package/babel-preset-airbnb/tutorial |