{ "$schema": "https://biomejs.dev/schemas/2.5.3/schema.json", "files": { "includes": ["**", "!dist", "!node_modules", "!public", "!package-lock.json", "!**/*.css"] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100, "lineEnding": "lf" }, "javascript": { "formatter": { "quoteStyle": "single", "jsxQuoteStyle": "double", "semicolons": "always", "trailingCommas": "all", "arrowParentheses": "always", "bracketSpacing": true } }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "recommended": false }, "correctness": { "noUnusedVariables": "warn", "useExhaustiveDependencies": "warn", "noInnerDeclarations": "warn", "noUnsafeOptionalChaining": "warn" }, "suspicious": { "noExplicitAny": "warn", "noArrayIndexKey": "off", "noImplicitAnyLet": "warn", "useIterableCallbackReturn": "warn" }, "security": { "noGlobalEval": "error", "noDangerouslySetInnerHtml": "warn" } } }, "assist": { "enabled": false }, "plugins": ["./biome-plugins/telegram-webview-guards.grit"] }