eslint-plugin-ab-fsd
v0.0.8
Published
plugin for react app with Feature-Sliced Design
Downloads
12
Maintainers
Readme
eslint-plugin-ab-fsd
Plugin for react app with Feature-Sliced Design
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-ab-fsd:
npm install eslint-plugin-ab-fsd --save-devUsage
Add ab-fsd to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"ab-fsd"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"ab-fsd/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.
