{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": true, "ignore": [] }, "formatter": { "enabled": true, "indentStyle": "tab", "lineEnding": "lf" }, "organizeImports": { "enabled": true }, "css": { "formatter": { "indentStyle": "tab", "lineEnding": "lf" } }, "linter": { "enabled": true, "rules": { "recommended": true } }, "javascript": { "formatter": { "quoteStyle": "double", "indentStyle": "tab", "lineEnding": "lf", "jsxQuoteStyle": "double", "semicolons": "always" } } }