{ "$schema": "https://biomejs.dev/schemas/1.7.2/schema.json", "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto" }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true } }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingComma": "none", "semicolons": "always", "arrowParentheses": "asNeeded", "bracketSpacing": false, "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto" } } }