{ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "vcs": { "enabled": true, "clientKind": "git", "defaultBranch": "origin/main", "useIgnoreFile": true }, "files": { "includes": ["**/*.{ts,tsx,json}", "!**/api-client", "!**/components/ui"], "ignoreUnknown": false }, "formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 120 }, "linter": { "enabled": true, "rules": { "recommended": true } }, "javascript": { "formatter": { "quoteStyle": "double" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "off" } } }, "css": { "parser": { "tailwindDirectives": true } } }