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 65cca08 commit 8e143d1Copy full SHA for 8e143d1
2 files changed
.vscode/extensions.json
@@ -1,7 +1,3 @@
1
{
2
- "recommendations": [
3
- "biomejs.biome",
4
- "editorconfig.editorconfig",
5
- "kamadorueda.alejandra"
6
- ]
+ "recommendations": ["biomejs.biome", "editorconfig.editorconfig"]
7
}
.vscode/settings.json
@@ -1,4 +1,8 @@
+ "editor.codeActionsOnSave": {
+ "source.organizeImports.biome": "explicit",
+ "source.fixAll.biome": "explicit"
+ },
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
8
"[javascript]": {
@@ -10,9 +14,6 @@
10
14
"[jsonc]": {
11
15
"editor.defaultFormatter": "biomejs.biome"
12
16
},
13
- "[nix]": {
- "editor.defaultFormatter": "kamadorueda.alejandra"
- },
17
"[typescript]": {
18
19
0 commit comments