0.0.4 • Published 2 years ago
eslint-plugin-react-combo-plugin-v4 v0.0.4
eslint-plugin-react-combo-plugin-v4
.
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-react-combo-plugin-v4:
npm install eslint-plugin-react-combo-plugin-v4 --save-devUsage
Add react-combo-plugin-v4 to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"react-combo-plugin-v4"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"react-combo-plugin-v4/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.