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