0.0.0 • Published 2 years ago
eslint-plugin-avenue-opposites v0.0.0
eslint-plugin-avenue-opposites
我自己使用的一些规则
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-avenue-opposites:
npm install eslint-plugin-avenue-opposites --save-devUsage
Add avenue-opposites to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"avenue-opposites"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"avenue-opposites/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.
0.0.0
2 years ago