Eslint plugin for react-production-advanced-project
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-nothingg9537-plugin
:
npm install eslint-plugin-nothingg9537-plugin --save-dev
Add nothingg9537-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"nothingg9537-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"nothingg9537-plugin/rule-name": 2
}
}
TODO: Run eslint-doc-generator to generate the rules list.