plugin for prod proj
npm install eslint-plugin-big-react-app-pluginplugin for prod proj
You'll first need to install ESLint:
``sh`
npm i eslint --save-dev
Next, install eslint-plugin-big-react-app-plugin:
`sh`
npm install eslint-plugin-big-react-app-plugin --save-dev
Add big-react-app-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
`json`
{
"plugins": [
"big-react-app-plugin"
]
}
Then configure the rules you want to use under the rules section.
`json``
{
"rules": {
"big-react-app-plugin/rule-name": 2
}
}
* Fill in provided rules here