0.0.6 • Published 3 years ago
eslint-plugin-daodaolee v0.0.6
eslint-plugin-daodaolee
a lint for daodaolee
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-daodaolee:
npm install eslint-plugin-daodaolee --save-devUsage
Add daodaolee to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"daodaolee/vue",
// "daodaolee/react"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"daodaolee/rule-name": 2
}
}Supported Rules
- Fill in provided rules here