File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default typescriptEslint.config(
30
30
extends : [
31
31
eslint . configs . recommended ,
32
32
...typescriptEslint . configs . recommended ,
33
- ...eslintPluginVue . configs [ 'flat/recommended' ] ,
33
+ ...eslintPluginVue . configs [ 'flat/strongly- recommended' ] ,
34
34
] ,
35
35
languageOptions : {
36
36
ecmaVersion : 'latest' ,
@@ -45,8 +45,16 @@ export default typescriptEslint.config(
45
45
rules : {
46
46
'vue/require-default-prop' : 'off' ,
47
47
'vue/attribute-hyphenation' : 'off' ,
48
+ 'vue/v-on-event-hyphenation' : 'off' ,
48
49
'vue/multi-word-component-names' : 'off' ,
49
50
'vue/block-lang' : 'off' ,
51
+ 'vue/first-attribute-linebreak' : [
52
+ 'error' ,
53
+ {
54
+ singleline : 'ignore' ,
55
+ multiline : 'ignore' ,
56
+ } ,
57
+ ] ,
50
58
'@typescript-eslint/no-explicit-any' : 'off' ,
51
59
} ,
52
60
} ,
You can’t perform that action at this time.
0 commit comments