5.0.0 • Published 1 year ago
eslint-plugin-drplano-custom-eslint v5.0.0
eslint-plugin-custom-eslint
Plugin that will wrap Dr. Plano custom eslint rules
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-custom-eslint:
npm install eslint-plugin-custom-eslint --save-devUsage
Add custom-eslint to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"custom-eslint"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"custom-eslint/rule-name": 2
}
}Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).
Rules
TODO: Run eslint-doc-generator to generate the rules list.