0.0.12 • Published 1 year ago
eslint-plugin-arti-set-fsd-checker-plugin v0.0.12
eslint-plugin-eslint-fsd-plugin
Plugin for checking path in fsd architecture
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-eslint-fsd-plugin:
npm install eslint-plugin-eslint-fsd-plugin --save-devUsage
Add eslint-fsd-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"eslint-fsd-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"eslint-fsd-plugin/rule-name": 2
}
}Supported Rules
- Fill in provided rules here