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