{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "warn", "noUnusedImports": "warn" }, "suspicious": { "noExplicitAny": "warn" }, "style": { "useConst": "error", "noNonNullAssertion": "warn" } } }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "always" } }, "files": { "ignore": ["node_modules", "dist", "*.json"] } }