1.0.6 • Published 4 years ago

eslint-plugin-vue3-wxp v1.0.6

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

eslint-plugin-vue3-wxp

ref variable ends with ref

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-vue3-wxp npm address:

$ npm install eslint-plugin-vue3-wxp --save-dev

Usage

Add vue3-wxp to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "vue3-wxp"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "vue3-wxp/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago