fix: exclude generated route tree file from Biome linting
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"files": {
|
||||
"ignoreUnknown": true,
|
||||
"includes": ["**", "!!node_modules", "!!bun.lock"]
|
||||
"includes": ["**", "!!node_modules", "!!bun.lock", "!!src/routeTree.gen.ts"]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user