{ "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", "organizeImports": { "enabled": false }, "formatter": { "indentStyle": "space", "indentWidth": 2, "lineWidth": 108 }, "javascript": { "formatter": { "semicolons": "asNeeded", "quoteStyle": "single", "trailingComma": "all", "enabled": true, "jsxQuoteStyle": "double", "arrowParentheses": "always" } }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noForEach": "off", "useOptionalChain": "warn" }, "a11y": { "useKeyWithClickEvents": "off", "useKeyWithMouseEvents": "off", "useAnchorContent": "off", "useValidAnchor": "off", "useMediaCaption": "off", "useAltText": "off", "useButtonType": "off", "noRedundantAlt": "off", "noSvgWithoutTitle": "off" }, "nursery": { "useImportRestrictions": "off" }, "style": { "useNamingConvention": "off", "noUnusedTemplateLiteral": "off" }, "suspicious": { "noConsoleLog": "off", "noAssignInExpressions": "off" } } } }