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