We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69aa55 commit 10f8ab1Copy full SHA for 10f8ab1
.vscode/settings.json
@@ -23,11 +23,15 @@
23
"yaml.schemas": {
24
"https://json.schemastore.org/github-workflow.json": ".github/workflows/**.yml"
25
},
26
- "eslint.packageManager": "yarn",
27
"eslint.workingDirectories": [
28
{
29
"mode": "auto"
30
}
31
],
32
- "deno.enablePaths": ["packages/deno/test"]
+ "deno.enablePaths": ["packages/deno/test"],
+ "editor.codeActionsOnSave": {
33
+ "source.organizeImports.biome": true,
34
+ "quickfix.biome": true
35
+ },
36
+ "editor.defaultFormatter": "biomejs.biome"
37
0 commit comments