Browse Source

🔧 Ignore `src/routeTree.gen.ts` in biome (#1175)

pull/13907/head
Patrick Arminio 1 year ago
committed by GitHub
parent
commit
79a7182816
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/biome.json

2
frontend/biome.json

@ -4,7 +4,7 @@
"enabled": true
},
"files": {
"ignore": ["node_modules", "src/client/"]
"ignore": ["node_modules", "src/client/", "src/routeTree.gen.ts"]
},
"linter": {
"enabled": true,

Loading…
Cancel
Save