0.1.2 • Published 2 years ago

@vuetool/eslint-plugin v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@vuetool/eslint-plugin

for vuetool

Installation

Just install @vuetool/eslint-plugin:

npm install @vuetool/eslint-plugin -D

Usage

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