eslint-config-react-app : ESLint configuration used by Create React App. You can installing eslint-config-react-app 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-react-app $ sudo npm install -g eslint-config-react-app
If want to update the eslint-config-react-app package execute the command as below,
$ sudo npm update eslint-config-react-app
Update package globally,
$ npm install -g eslint-config-react-app
$ sudo git clone https://github.com/rektide/eslint-config-react-app.git
$ sudo npm install -g ./eslint-config-react-app
eslint-config-react-app@2.0.1 /usr/lib/node_modules/eslint-config-react-app
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-config-react-app
Package Name | eslint-config-react-app |
Version | 2.0.1 |
Description | ESLint configuration used by Create React App |
Released Date | 2017-09-27T00:19:53.738Z |
Published by | timer |
How to Learn | https://www.npmjs.com/package/eslint-config-react-app/tutorial |