From ea779b51e0a01ef282a4b868048995abb76f21a9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 15:55:01 -0800 Subject: chore(biome): re-enable noInvalidUseBeforeDeclaration rule --- biome.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'biome.json') diff --git a/biome.json b/biome.json index 0ff94624..ce1376d8 100644 --- a/biome.json +++ b/biome.json @@ -27,9 +27,6 @@ "useAltText": "off", "useGenericFontNames": "off" }, - "correctness": { - "noInvalidUseBeforeDeclaration": "off" - }, "suspicious": { "noDoubleEquals": "off", "noDuplicateCase": "off", -- cgit v1.2.3