eslint-plugin-vue3-wxp
v1.0.6
Published
wxp's eslint plugin
Downloads
1
Maintainers
Readme
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