From e5499a9cdffb800e5f9003141b8ef17ed9991726 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:06:37 -0400 Subject: [PATCH] Fix tpyo --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {