{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedImports": "warn", "noUnusedVariables": "warn", "useExhaustiveDependencies": "warn" }, "suspicious": { "noExplicitAny": "off" }, "style": { "noNonNullAssertion": "off" } } }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "files": { "ignore": [".next", "out", "node_modules"] } }