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