eslint-plugin-react-project-plugin
v0.0.8
Published
plugin for react project
Maintainers
Readme
eslint-plugin-react-project-plugin
plugin for react project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-react-project-plugin:
npm install eslint-plugin-react-project-plugin --save-devUsage
Add react-project-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"react-project-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"react-project-plugin/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
