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
+3 -3
View File
@@ -1,8 +1,8 @@
{
"extends": "@basango/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src", "turbo"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"extends": "@basango/tsconfig/react-library.json",
"include": ["src", "turbo"]
}