Skip to content

Commit 95c574d

Browse files
committed
chore: add vscode settings
1 parent 54faf11 commit 95c574d

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@
33
{
44
"mode": "auto"
55
}
6-
]
6+
],
7+
"[javascript]": {
8+
"editor.defaultFormatter": "biomejs.biome"
9+
},
10+
"[typescript]": {
11+
"editor.defaultFormatter": "biomejs.biome"
12+
},
13+
"[javascriptreact]": {
14+
"editor.defaultFormatter": "biomejs.biome"
15+
},
16+
"[typescriptreact]": {
17+
"editor.defaultFormatter": "biomejs.biome"
18+
},
19+
"editor.formatOnSave": true
720
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"biome check --write --no-errors-on-unmatched",
4242
"biome format --write --no-errors-on-unmatched",
4343
"biome lint --write --no-errors-on-unmatched",
44-
"bun run check-types"
44+
"check-types"
4545
],
4646
"*.{json,md,yml,yaml}": [
4747
"biome format --write --no-errors-on-unmatched"

0 commit comments

Comments
 (0)