{ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noArrayIndexKey": "off", "noExplicitAny": "warn", "noImplicitAnyLet": "warn", "noShadowRestrictedNames": "warn", "noDocumentCookie": "off", "useIterableCallbackReturn": "off" }, "style": { "noNonNullAssertion": "warn" }, "a11y": { "noLabelWithoutControl": "off", "useFocusableInteractive": "off", "useSemanticElements": "off", "noSvgWithoutTitle": "off", "useButtonType": "off", "useAriaPropsSupportedByRole": "off" }, "correctness": { "noUnusedVariables": "warn", "noUnusedFunctionParameters": "off", "noInvalidUseBeforeDeclaration": "warn", "useExhaustiveDependencies": "warn", "useHookAtTopLevel": "warn" }, "security": { "noDangerouslySetInnerHtml": "off" }, "performance": { "noImgElement": "off" } } }, "javascript": { "formatter": { "quoteStyle": "double" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }