From 9f16f279e6c714ce72c946ff47960e8f8c68ca61 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 994172aaf25..c528dbd209e 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -69,7 +69,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": {