{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "ignore": [ "./.cache", "./build", "./app/api/schema.d.ts", "./app/shiki.bundle.ts" ] }, "formatter": { "enabled": true, "indentStyle": "tab" }, "organizeImports": { "enabled": true }, "linter": { "enabled": false }, "javascript": { "formatter": { "quoteStyle": "double" } } }