Skip to content

Commit 165ba31

Browse files
committed
build: update .vscode settings for biome
1 parent c69aa55 commit 165ba31

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.vscode/settings.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
"yaml.schemas": {
2424
"https://json.schemastore.org/github-workflow.json": ".github/workflows/**.yml"
2525
},
26-
"eslint.packageManager": "yarn",
2726
"eslint.workingDirectories": [
2827
{
2928
"mode": "auto"
3029
}
3130
],
32-
"deno.enablePaths": ["packages/deno/test"]
31+
"deno.enablePaths": ["packages/deno/test"],
32+
"editor.codeActionsOnSave": {
33+
"source.organizeImports.biome": true,
34+
"quickfix.biome": true
35+
}
3336
}

0 commit comments

Comments
 (0)