Skip to content

Commit e04d2e4

Browse files
committed
fix: 开启 format.enable
1 parent 079e682 commit e04d2e4

File tree

1 file changed

+2
-2
lines changed
  • src/built-in-plugins/ensure-project-files/plugin

1 file changed

+2
-2
lines changed

src/built-in-plugins/ensure-project-files/plugin/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ function ensureVscode() {
165165
{ language: 'typescriptreact', autoFix: true },
166166
],
167167
'eslint.provideLintTask': true,
168-
'typescript.format.enable': false,
169-
'javascript.format.enable': false,
168+
'typescript.format.enable': true,
169+
'javascript.format.enable': true,
170170
}),
171171
null,
172172
2,

0 commit comments

Comments
 (0)