diff --git a/biome.json b/biome.json index bc00fbad9..b799954a2 100644 --- a/biome.json +++ b/biome.json @@ -29,6 +29,9 @@ "noConsole": { "level": "off", "options": { "allow": ["debug", "info", "warn", "error"] } }, "noReactSpecificProps": { "level": "off" }, "noEmptyBlockStatements": { "level": "off" } + }, + "complexity": { + "useSimplifiedLogicExpression": { "level": "off" } } } },