{ "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "includes": ["**", "!!**/dist"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noArrayIndexKey": "off", "noExplicitAny": "off" }, "security": { "noDangerouslySetInnerHtml": "off" }, "a11y": { "useButtonType": "off", "noSvgWithoutTitle": "off", "useKeyWithClickEvents": "off", "noStaticElementInteractions": "off" } } }, "css": { "parser": { "tailwindDirectives": true } }, "javascript": { "formatter": { "quoteStyle": "double" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }