fix: exclude generated route tree file from Biome linting

This commit is contained in:
2026-03-04 14:27:55 -06:00
parent b3970b04ab
commit 13819410c5
2 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": true,
"includes": ["**", "!!node_modules", "!!bun.lock"]
"includes": ["**", "!!node_modules", "!!bun.lock", "!!src/routeTree.gen.ts"]
},
"formatter": {
"enabled": true,