chore: add biome settings for vscode editor

This commit is contained in:
Marukome0743
2025-07-23 08:49:58 +09:00
parent b95dfed8fc
commit 6efbf030a7
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["biomejs.biome"]
}
+8
View File
@@ -0,0 +1,8 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}