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