eslint-plugin-vika
v0.0.1
Published
vika eslint plugin
Maintainers
Readme
eslint-plugin-vika
vika eslint plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-vika:
npm install eslint-plugin-vika --save-devUsage
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
