File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ module.exports = {
16
16
'plugin:vue/vue3-recommended' ,
17
17
'plugin:@typescript-eslint/recommended' ,
18
18
'plugin:@typescript-eslint/eslint-recommended' ,
19
- 'plugin:prettier/recommended' ,
20
19
'prettier'
21
20
] ,
22
21
plugins : [ '@typescript-eslint' ] ,
Original file line number Diff line number Diff line change 3
3
"*.json" : " jsonc" ,
4
4
".fixpackrc" : " json"
5
5
},
6
- "[typescript]" : {
7
- "editor.defaultFormatter" : " esbenp.prettier-vscode"
8
- },
6
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
9
7
"editor.formatOnSave" : true ,
8
+ "editor.formatOnPaste" : true ,
9
+ "editor.formatOnType" : true ,
10
10
"editor.codeActionsOnSave" : {
11
11
"source.fixAll.eslint" : true
12
12
},
Original file line number Diff line number Diff line change 94
94
"esbuild-register" : " ^3.0.0" ,
95
95
"eslint" : " ^8.43.0" ,
96
96
"eslint-config-prettier" : " ^8.8.0" ,
97
- "eslint-plugin-prettier" : " ^4.2.1" ,
98
97
"eslint-plugin-vue" : " ^9.15.0" ,
99
98
"execa" : " ^5.0.0" ,
100
99
"fixpack" : " ^4.0.0" ,
111
110
"pathe" : " ^1.0.0" ,
112
111
"picocolors" : " ^1.0.0" ,
113
112
"playwright" : " ^1.34.0" ,
114
- "prettier" : " ^2.8.8 " ,
113
+ "prettier" : " ^3.0.0 " ,
115
114
"rc" : " ^1.2.8" ,
116
115
"rimraf" : " ^3.0.2" ,
117
116
"rollup" : " ^3.22.0" ,
You can’t perform that action at this time.
0 commit comments