eslint-plugin-pinbrain-path-check-plugin
v0.0.10
Published
plugin for checking paths in fsd methodology
Downloads
2
Maintainers
Readme
eslint-plugin-pinbrain-path-check-plugin
plugin for checking paths in fsd methodology
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-pinbrain-path-check-plugin
:
npm install eslint-plugin-pinbrain-path-check-plugin --save-dev
Usage
Add pinbrain-path-check-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"pinbrain-path-check-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"pinbrain-path-check-plugin/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.