{ "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false }, "formatter": { "enabled": true, "indentStyle": "space" }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "useNodejsImportProtocol": "off" }, "a11y": { "useButtonType": "off", "noLabelWithoutControl": "off", "noSvgWithoutTitle": "off", "useSemanticElements": "off" }, "suspicious": { "noArrayIndexKey": "off" } } }, "javascript": { "formatter": { "semicolons": "asNeeded", "arrowParentheses": "asNeeded" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } }, "css": { "parser": { "tailwindDirectives": true } } }