Exclude .migrations from file includes in biome.json configuration
All checks were successful
Backend Tests / test (push) Successful in 9m40s
Lint / lint (push) Successful in 9m42s

This commit is contained in:
2026-01-14 20:20:14 +01:00
parent 48ebc7dc36
commit 5665fcd98f

View File

@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": true,
"includes": ["**", "!node_modules", "!dist", "!build"]
"includes": ["**", "!node_modules", "!dist", "!build", "!.migrations"]
},
"formatter": {
"enabled": true,