2023-09-25 01:03:09 +00:00
|
|
|
env:
|
|
|
|
browser: true
|
|
|
|
es2021: true
|
|
|
|
extends:
|
|
|
|
- eslint:recommended
|
|
|
|
- plugin:vue/vue3-essential
|
|
|
|
parserOptions:
|
|
|
|
ecmaVersion: latest
|
|
|
|
sourceType: module
|
|
|
|
plugins:
|
|
|
|
- vue
|
|
|
|
rules:
|
|
|
|
vue/multi-word-component-names: off
|
2023-09-30 17:50:20 +00:00
|
|
|
vue/no-reserved-component-names: warn
|
2023-09-25 01:03:09 +00:00
|
|
|
vue/no-mutating-props: off
|
2023-09-30 17:50:20 +00:00
|
|
|
vue/no-deprecated-v-bind-sync: warn
|