eslint-plugin-vue3-wxp

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-vue3-wxp

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

7.9 kB

Total Files

5

Last publish

Collaborators

  • lxrwwxp