1.0.6 • Published 4 years ago
eslint-plugin-vue3-wxp v1.0.6
eslint-plugin-vue3-wxp
ref variable ends with ref
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-vue3-wxp npm address:
$ npm install eslint-plugin-vue3-wxp --save-devUsage
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