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
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": true,
"jsx": "preserve",
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"plugins": [{ "name": "next" }]
},
"display": "Next.js",
"extends": "./base.json"
}