style(biome): using biome for format, lint, check

This commit is contained in:
2025-11-08 13:34:05 +02:00
parent fdd1cbbfd5
commit 9582b39152
6 changed files with 496 additions and 100 deletions
-3
View File
@@ -21,9 +21,6 @@
"crawler:async": "bun run src/scripts/queue.ts",
"crawler:sync": "bun run src/scripts/crawl.ts",
"crawler:worker": "bun run src/scripts/worker.ts",
"format": "biome format --write .",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"test": "vitest --run",
"typecheck": "tsc --noEmit"
},