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

This commit is contained in:
2025-11-08 12:58:40 +02:00
parent 075a388ccb
commit fdd1cbbfd5
152 changed files with 3737 additions and 3989 deletions
+12 -12
View File
@@ -1,11 +1,7 @@
{
"$schema": "https://turborepo.com/schema.json",
"globalDependencies": ["**/.env"],
"ui": "tui",
"tasks": {
"topo": {
"dependsOn": ["^topo"]
},
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
@@ -20,24 +16,28 @@
],
"passThroughEnv": []
},
"start": {
"cache": false
},
"test": {
"cache": false
},
"dev": {
"inputs": ["$TURBO_DEFAULT$", ".env"],
"cache": false,
"inputs": ["$TURBO_DEFAULT$", ".env"],
"persistent": true
},
"format": {},
"lint": {
"dependsOn": ["^topo"]
},
"start": {
"cache": false
},
"test": {
"cache": false
},
"topo": {
"dependsOn": ["^topo"]
},
"typecheck": {
"dependsOn": ["^topo"],
"outputs": []
}
}
},
"ui": "tui"
}