0.0.1 • Published 3 years ago
eslint-plugin-path-verifier v0.0.1
eslint-plugin-path-verifier
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-path-verifier:
npm install eslint-plugin-path-verifier --save-devUsage
Add path-verifier to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"path-verifier"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"path-verifier/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.