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