{ "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "javascript": { "formatter": { "semicolons": "asNeeded", "quoteStyle": "single" } }, "formatter": { "indentStyle": "space", "lineWidth": 120 }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "off", "noConfusingVoidType": "off" }, "style": { "noUselessElse": "off", "noNonNullAssertion": "off" }, "complexity": { "noForEach": "off" } } } }