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