{ "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "includes": ["**"] }, "formatter": { "enabled": true, "useEditorconfig": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 3, "lineEnding": "lf", "lineWidth": 90, "attributePosition": "auto", "bracketSpacing": true, "includes": ["**", "!**/*.md", "!**/*.yaml"] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": false }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingCommas": "all", "semicolons": "always", "arrowParentheses": "always", "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto", "bracketSpacing": true } } }