diff --git a/biome.jsonc b/biome.jsonc index 055624cc90c..5386e5a0a0a 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -70,7 +70,7 @@ "useCollapsedIf": "warn", // TODO: promote to "error" eventually "noDoneCallback": "error", "noSubstr": "error", - "noYoda": "warn", // TODO: Fix and promote to "error" + "noYodaExpression": "warn", // TODO: Fix and promote to "error" "useForOf": "warn", // TODO: Fix and promote to "error" "useEnumInitializers": "off", // large enums like Moves/Species would make this cumbersome "useBlockStatements": {