normalize project structure: src/client + src/server + src/shared, standardize biome to lineWidth 80

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 23:00:43 +01:00
parent 6e9cd45671
commit 1b5cff78e2
106 changed files with 815 additions and 547 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"files": {
"ignore": ["src/routeTree.gen.ts"]
"ignore": ["src/client/routeTree.gen.ts", "drizzle/"]
},
"organizeImports": {
"enabled": true
@@ -9,7 +9,7 @@
"formatter": {
"enabled": true,
"indentStyle": "tab",
"lineWidth": 100
"lineWidth": 80
},
"linter": {
"enabled": true,