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
+7 -16
View File
@@ -1,21 +1,12 @@
{
"extends": "expo/tsconfig.base",
"exclude": ["__tests__/**/*-test.ts"],
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./src/*"
],
"~/*": [
"./*"
],
}
"@/*": ["./src/*"],
"~/*": ["./*"]
},
"strict": true
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
"exclude": ["__tests__/**/*-test.ts"],
"extends": "expo/tsconfig.base",
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}