eslint-plugin-fsd-path-checker-by-mp
v0.0.11
Published
Plugin for fsd path checking
Downloads
468
Maintainers
Readme
eslint-plugin-fsd-path-checker-by-mp
Plugin for fsd path checking
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-fsd-path-checker-by-mp
:
npm install eslint-plugin-fsd-path-checker-by-mp --save-dev
Usage
Add fsd-path-checker-by-mp
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"fsd-path-checker-by-mp"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"fsd-path-checker-by-mp/rule-name": 2
}
}
Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).
Rules
TODO: Run eslint-doc-generator to generate the rules list.