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