eslint-plugin-vika
v0.0.1
Published
vika eslint plugin
Downloads
773
Maintainers
Readme
eslint-plugin-vika
vika eslint plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-vika
:
npm install eslint-plugin-vika --save-dev
Usage
Add vika
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"vika"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"vika/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here