{ "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "tab", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto", "ignore": [ "**/.DS_Store", "**/node_modules", "./build", "./.svelte-kit", "./package", "**/.env", "**/.env.*", "**/pnpm-lock.yaml", "**/package-lock.json", "**/yarn.lock" ] }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true } }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingCommas": "all", "semicolons": "asNeeded", "arrowParentheses": "always", "bracketSpacing": true, "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto" } }, "overrides": [ { "include": ["*.svelte"], "linter": { "rules": { "style": { "useConst": "off", "useImportType": "off" } } } } ] }