File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = defineConfig({
8
8
es6 : true
9
9
} ,
10
10
parser : 'vue-eslint-parser' ,
11
- plugins : [ 'vue' ] ,
12
11
parserOptions : {
13
12
parser : '@typescript-eslint/parser' ,
14
13
ecmaVersion : 2020 ,
@@ -26,9 +25,9 @@ module.exports = defineConfig({
26
25
'@unocss'
27
26
] ,
28
27
rules : {
28
+ 'vue/no-setup-props-destructure' : 'off' ,
29
29
'vue/script-setup-uses-vars' : 'error' ,
30
30
'vue/no-reserved-component-names' : 'off' ,
31
- 'vue/no-setup-props-destructure' : 'off' ,
32
31
'@typescript-eslint/ban-ts-ignore' : 'off' ,
33
32
'@typescript-eslint/explicit-function-return-type' : 'off' ,
34
33
'@typescript-eslint/no-explicit-any' : 'off' ,
@@ -54,6 +53,7 @@ module.exports = defineConfig({
54
53
'vue/attribute-hyphenation' : 'off' ,
55
54
'vue/require-default-prop' : 'off' ,
56
55
'vue/require-explicit-emits' : 'off' ,
56
+ 'vue/require-toggle-inside-transition' : 'off' ,
57
57
'vue/html-self-closing' : [
58
58
'error' ,
59
59
{
You can’t perform that action at this time.
0 commit comments