eslint-plugin-fsd-path-plugin
v0.0.5
Published
plugin for fsd paths lint
Downloads
3
Maintainers
Readme
eslint-plugin-fsd-path-plugin
plugin for fsd paths lint
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-fsd-path-plugin
:
npm install eslint-plugin-fsd-path-plugin --save-dev
Usage
Add fsd-path-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"fsd-path-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"fsd-path-plugin/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.