Skip to content

Commit 79d3aa5

Browse files
committed
Add biome rule to fix on save
1 parent a5c6f8f commit 79d3aa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"prettier.enable": false,
1212
"editor.defaultFormatter": "biomejs.biome",
1313
"editor.codeActionsOnSave": {
14-
"source.organizeImports.biome": "explicit"
14+
"source.organizeImports.biome": "explicit",
15+
"source.fixAll.biome": "explicit"
1516
}
1617
}

0 commit comments

Comments
 (0)