Files
website/packages/webapp/biome.json
Julien Valverdé 59b71ba76d
All checks were successful
Lint / lint (push) Successful in 13s
Fix Biome config
2025-09-20 04:20:15 +02:00

9 lines
188 B
JSON

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