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