{ "$schema": "https://biomejs.dev/schemas/2.0.0/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noParameterAssign": "error", "useConst": "error" }, "suspicious": { "noExplicitAny": "warn" }, "complexity": { "noBannedTypes": "warn" } } } }