eslint-plugin-daodaolee
v0.0.6
Published
a eslint for daodaolee
Downloads
3
Maintainers
Readme
eslint-plugin-daodaolee
a lint for daodaolee
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-daodaolee
:
npm install eslint-plugin-daodaolee --save-dev
Usage
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