eslint-plugin-check-paths-for-fsd-methodology
v0.0.16
Published
Serves to check absolute and relative paths on projects using the fsd methodology
Downloads
8
Maintainers
Readme
eslint-plugin-check-paths-for-fsd-methodology
Serves to check absolute and relative paths on projects using the fsd methodology
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-check-paths-for-fsd-methodology
:
npm install eslint-plugin-check-paths-for-fsd-methodology --save-dev
Usage
Add check-paths-for-fsd-methodology
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"check-paths-for-fsd-methodology"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"check-paths-for-fsd-methodology/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here