{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": true, "ignore": [ "**/node_modules", "**/out", "**/.next", "**/public", "**/.git", "**/public/libs", "**/public/models" ] }, "formatter": { "enabled": true, "useEditorconfig": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto", "bracketSpacing": true, "ignore": [ "**/node_modules", "**/out", "**/.next", "**/public", "**/.git", "**/public/libs", "**/public/models" ] }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": false } }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingCommas": "all", "semicolons": "always", "arrowParentheses": "always", "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto", "bracketSpacing": true } } }