eslint-plugin-babel : an eslint rule plugin companion to babel-eslint. You can installing eslint-plugin-babel 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-plugin-babel $ sudo npm install -g eslint-plugin-babel
If want to update the eslint-plugin-babel package execute the command as below,
$ sudo npm update eslint-plugin-babel
Update package globally,
$ npm install -g eslint-plugin-babel
$ sudo git clone https://github.com/rektide/eslint-plugin-babel.git
$ sudo npm install -g ./eslint-plugin-babel
eslint-plugin-babel@4.1.2 /usr/lib/node_modules/eslint-plugin-babel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-babel
Package Name | eslint-plugin-babel |
Version | 4.1.2 |
Description | an eslint rule plugin companion to babel-eslint |
Released Date | 2017-07-25T20:42:39.163Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/eslint-plugin-babel/tutorial |