This commit is contained in:
2026-02-10 02:06:54 +01:00
parent 5290560d68
commit ef5e98ad5d
29 changed files with 1529 additions and 8 deletions

View File

@ -1,7 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
"files": {
"includes": ["**", "!**/.next", "!**/dist", "!**/node_modules", "!**/.turbo", "!**/coverage"]
"includes": [
"**",
"!**/.next",
"!**/dist",
"!**/node_modules",
"!**/.turbo",
"!**/coverage",
"!**/playwright-report",
"!**/test-results",
"!**/next-env.d.ts"
]
},
"formatter": {
"enabled": true,