This file is created for setting up all ESLint rules in a single project
npm install --save-dev eslint-config-react-plugin
or
npm install -D eslint-config-react-plugin
alternatively, if you are using yarn, then
yarn add --dev eslint-config-react-plugin
Please send me your suggestions so that this config can be used for most of the react projects without any hassle.
- Will try to add support for Typescript