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