{ "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json", "files": { "includes": ["packages/**/*.ts", "!packages/*/dist"], "ignoreUnknown": true }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 90 }, "javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "all", "semicolons": "always" } }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" }, "suspicious": { "noExplicitAny": "off" }, "complexity": { "noForEach": "off" } } } }