{ "$schema": "https://biomejs.dev/schemas/2.1.4/schema.json", "files": { "includes": ["src/**/*.{js,jsx,ts,tsx}"], "ignoreUnknown": true }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "linter": { "enabled": true, "rules": { "correctness": { "noUnusedVariables": "warn" }, "suspicious": { "noImplicitAnyLet": "off" }, "complexity": { "useOptionalChain": "off" }, "style": { "noNonNullAssertion": "warn", "noParameterAssign": "warn" }, "a11y": { "noSvgWithoutTitle": "warn" } } } }