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 -2
View File
@@ -1,6 +1,7 @@
{
"catalog": {
"@types/bun": "^1.3.1",
"@types/node": "^20.5.9",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"date-fns": "^3.6.0",
@@ -55,9 +56,9 @@
"typecheck": "turbo run typecheck"
},
"workspaces": [
"packages/*",
"apps/crawler/*",
"apps/dashboard/*",
"apps/mobile/*",
"packages/*"
"apps/mobile/*"
]
}