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