0.1.2 • Published 4 years ago
@vuetool/eslint-plugin v0.1.2
@vuetool/eslint-plugin
for vuetool
Installation
Just install @vuetool/eslint-plugin:
npm install @vuetool/eslint-plugin -DUsage
Add @vuetool to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix, eg: vue3 project
{
"plugins": ["plugin:@vuetool/vue3"]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"@vuetool/rule-name": 2,
"@vuetool/no-hanz": "error",
}
}Supported Rules
- Fill in provided rules here