Skip to content

Commit cf22089

Browse files
committed
Fix missing default formatter for TypeScript
1 parent 31bdbaf commit cf22089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"[markdown]": {
99
"editor.defaultFormatter": "esbenp.prettier-vscode"
1010
},
11+
"[typescript]": {
12+
"editor.defaultFormatter": "biomejs.biome"
13+
},
1114
"[typescript][typescriptreact]": {
1215
"editor.defaultFormatter": "biomejs.biome"
1316
}

0 commit comments

Comments
 (0)