diff --git a/biome.jsonc b/biome.jsonc index a0aa490c6b..96d014b40d 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -146,5 +146,19 @@ "tailwindDirectives": true } }, + "overrides": [ + { + // Generated Go types can produce empty interfaces; the + // safe fix conflicts with noBannedTypes. + "includes": ["**/typesGenerated.ts"], + "linter": { + "rules": { + "suspicious": { + "noEmptyInterface": "off" + } + } + } + } + ], "$schema": "./node_modules/@biomejs/biome/configuration_schema.json" }