0.0.6 • Published 3 years ago
eslint-plugin-pedagome
Licence
ISC
Version
0.0.6
Deps
5
Size
40 kB
Vulns
0
Weekly
0
eslint-plugin-pedagome
Custom eslint rules for pedagome projects
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-pedagome:
npm install eslint-plugin-pedagome --save-dev
Usage
Add pedagome to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"pedagome"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"pedagome/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.