eslint-plugin-check-fsd-imports
v0.0.9
Published
npm publish опубликовать / переопубликовать плагин
Downloads
600
Maintainers
Readme
eslint-plugin-check-fsd-imports
npm publish опубликовать / переопубликовать плагин
fix import and etc
Installation
Custom-rules You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-check-fsd-imports
:
npm install eslint-plugin-check-fsd-imports --save-dev
Usage
Add eslint-plugin-check-fsd-imports
to the plugins section of your eslint.config.mjs
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"eslint-plugin-check-fsd-imports"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"eslint-plugin-check-fsd-imports/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.