Files
website/packages/webapp/biome.json
Julien Valverdé ef3204322a
All checks were successful
Lint / lint (push) Successful in 12s
Fix Biome config
2025-10-03 16:02:12 +02:00

9 lines
174 B
JSON

{
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
"root": false,
"extends": "//",
"files": {
"includes": ["./src/**", "!src/routeTree.gen.ts"]
}
}