eslint-plugin-khramov-fsd
v0.0.13
Published
Plugin for Feature Sliced Design
Downloads
37
Maintainers
Readme
eslint-plugin-khramov-fsd
Plugin for Feature Sliced Design
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-khramov-fsd:
npm install eslint-plugin-khramov-fsd --save-devUsage
Add khramov-fsd to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"khramov-fsd"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"khramov-fsd/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.
