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