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