{ "$schema": "https://biomejs.dev/schemas/2.0.6/schema.json", "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 4, "lineWidth": 120 }, "linter": { "enabled": true, "rules": { "style": { "useConst": "warn", "useTemplate": "warn" }, "complexity": { "noForEach": "warn" } } }, "vcs": { "enabled": true, "clientKind": "git" } }