feat(web): Tailwind 4 + shadcn/ui + ESLint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 22:14:12 +02:00
parent 8466ed4d08
commit b7ec4b1041
11 changed files with 3723 additions and 18 deletions
+5 -1
View File
@@ -19,7 +19,11 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"types": ["vitest/globals"]
"types": ["vitest/globals"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"]
}