{ "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noDoubleEquals": "off", "noExplicitAny": "off", "noDebugger": "off", "noApproximativeNumericConstant": "off" }, "style": { "noUselessElse": "off" }, "complexity": { "noBannedTypes": "off", "noForEach": "off" }, "correctness": { "noEmptyPattern": "off" }, "performance": { "noAccumulatingSpread": "off" } } }, "formatter": { "indentWidth": 2, "indentStyle": "space", "enabled": true }, "javascript": { "formatter": { "semicolons": "asNeeded", "arrowParentheses": "always", "enabled": true, "bracketSameLine": false, "trailingComma": "all", "attributePosition": "multiline" } } }