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 fe4e75b commit 2057b81Copy full SHA for 2057b81
.vscode/settings.json
@@ -23,11 +23,14 @@
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
0 commit comments