File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ warning: The "name" property should be above the "setup" property on line 10 (vu
18
18
18 |
19
19
20
20
21
- error : Component name " Test" should always be multi - word (vue / multi - word - component - names ) at Test .vue :15 :9 :
22
- 13 | },
23
- 14 |
24
- > 15 | name : ' Test' ,
25
- | ^
26
- 16 | });
27
- 17 | < / script >
28
- 18 |
29
-
30
-
31
21
error : ' test' is assigned a value but never used (@typescript - eslint / no - unused - vars ) at index .ts :1 :7 :
32
22
> 1 | const test: any = 1 ;
33
23
| ^
@@ -52,5 +42,5 @@ warning: Unexpected console statement (no-console) at index.ts:3:1:
52
42
4 |
53
43
54
44
55
- 4 errors and 2 warnings found .
45
+ 3 errors and 2 warnings found .
56
46
1 warning potentially fixable with the ` --fix` option .
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ const eslintConfig = {
61
61
] ,
62
62
'vue/new-line-between-multi-line-property' : 'error' ,
63
63
'vue/padding-line-between-blocks' : 'error' ,
64
+ 'vue/multi-word-component-names' : 'off' ,
64
65
65
66
// i18n rules
66
67
'@intlify/vue-i18n/valid-message-syntax' : 'error' ,
You can’t perform that action at this time.
0 commit comments