From 48c7c4f0f072face3c49063fa1dc0723da704fee Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:03:06 -0800 Subject: chore(biome): re-enable useAltText rule --- biome.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'biome.json') diff --git a/biome.json b/biome.json index 0cf67894..ade6cbfa 100644 --- a/biome.json +++ b/biome.json @@ -23,9 +23,6 @@ "enabled": true, "rules": { "recommended": true, - "a11y": { - "useAltText": "off" - }, "suspicious": { "noImplicitAnyLet": "off" } -- cgit v1.2.3