{ "$schema": "https://biomejs.dev/schemas/1.5.2/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "warn" } } }, "files": { "ignore": ["dist", ".astro"] } }