eslint-plugin-yauheni-baradzko-path-checker
v0.0.8
Published
Plugin for checking paths for production based on feature-sliced design methodology
Downloads
4
Maintainers
Readme
eslint-plugin-yauheni-baradzko-path-checker
Plugin for checking paths for production based on feature-sliced design methodology
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-yauheni-baradzko-path-checker
:
npm install eslint-plugin-yauheni-baradzko-path-checker --save-dev
Usage
Add yauheni-baradzko-path-checker
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"yauheni-baradzko-path-checker"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"yauheni-baradzko-path-checker/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.