File tree 3 files changed +260
-225
lines changed
3 files changed +260
-225
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,19 @@ module.exports = {
3
3
'vue/setup-compiler-macros' : true
4
4
} ,
5
5
extends : [
6
- 'eslint:recommended ' ,
6
+ 'eslint:all ' ,
7
7
'plugin:vue/vue3-essential' ,
8
8
'@vue/typescript/recommended' ,
9
9
'@vue/prettier'
10
- ]
10
+ ] ,
11
+ parserOptions : {
12
+ ecmaVersion : 2021 ,
13
+ sourceType : 'module'
14
+ } ,
15
+ rules : {
16
+ 'no-console' : 'warn' ,
17
+ 'no-debugger' : 'warn' ,
18
+ 'vue/no-unused-vars' : 'warn' ,
19
+ 'vue/no-multiple-template-root' : 'off'
20
+ }
11
21
} ;
Original file line number Diff line number Diff line change 20
20
"dependencies" : {
21
21
"@vue/eslint-config-prettier" : " ^9.0.0" ,
22
22
"@vue/eslint-config-typescript" : " ^13.0.0" ,
23
- "eslint-plugin-vue" : " ^9.27.0 "
23
+ "eslint-plugin-vue" : " ^9.29.1 "
24
24
},
25
25
"devDependencies" : {
26
- "eslint" : " ^9.6 .0" ,
27
- "prettier" : " ^3.3.2 " ,
28
- "typescript" : " ^5.5 .3"
26
+ "eslint" : " ^9.13 .0" ,
27
+ "prettier" : " ^3.3.3 " ,
28
+ "typescript" : " ^5.6 .3"
29
29
},
30
30
"peerDependencies" : {
31
31
"eslint" : " ^9.6.0" ,
You can’t perform that action at this time.
0 commit comments