eslint-plugin-blinovsku-plugin
v0.0.2
Published
plugin for paths
Downloads
2
Maintainers
Readme
eslint-plugin-blinovsku-plugin
plugin for paths
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-blinovsku-plugin
:
npm install eslint-plugin-blinovsku-plugin --save-dev
Usage
Add blinovsku-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"blinovsku-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"blinovsku-plugin/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.