eslint-plugin-feature-sliced
v0.0.2
Published
Plugin for projects with FSD architecture
Downloads
670
Maintainers
Readme
eslint-plugin-feature-sliced
s
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-feature-sliced
:
npm install eslint-plugin-feature-sliced --save-dev
Usage
Add feature-sliced
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": ["feature-sliced"]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"feature-sliced/path-checker": [
"error",
{
"alias": "@"
}
]
}
}
Rules
path-checker