chore: format files

This commit is contained in:
d-kimsuon
2025-08-30 03:18:42 +09:00
parent 16ec283e50
commit bfa19a6e85
54 changed files with 539 additions and 541 deletions

View File

@@ -13,7 +13,7 @@
"lint:biome-lint": "biome check .",
"fix": "run-s 'fix:*'",
"fix:biome-format": "biome format --write .",
"fix:biome-lint": "biome check --write .",
"fix:biome-lint": "biome check --write --unsafe .",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest"