{ "$schema": "https://biomejs.dev/schemas/2.0.6/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "includes": ["**", "!**/dist"] }, "formatter": { "enabled": true, "useEditorconfig": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto", "bracketSpacing": true }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "useExhaustiveDependencies": "info", "noUnreachable": "warn" }, "complexity": { "noForEach": "off", "noBannedTypes": "info", "noUselessFragments": "off", "useOptionalChain": "off", "noThisInStatic": "off" }, "suspicious": { "noImplicitAnyLet": "info", "noExplicitAny": "info", "noArrayIndexKey": "info" }, "style": { "useImportType": "off", "noInferrableTypes": "off", "noNonNullAssertion": "info", "noUselessElse": "off", "noParameterAssign": "error", "useAsConstAssertion": "error", "useDefaultParameterLast": "error", "useEnumInitializers": "error", "useSelfClosingElements": "error", "useSingleVarDeclarator": "error", "noUnusedTemplateLiteral": "error", "useNumberNamespace": "error" }, "a11y": { "useSemanticElements": "info" } } }, "javascript": { "formatter": { "jsxQuoteStyle": "single", "quoteProperties": "asNeeded", "trailingCommas": "es5", "semicolons": "always", "arrowParentheses": "always", "bracketSameLine": false, "quoteStyle": "double", "attributePosition": "auto", "bracketSpacing": true } } }