From 41d894483d95fbf4d2b5825b3323fa7d233c1678 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Tue, 1 Oct 2024 09:31:21 +0200 Subject: [PATCH] Fix lint --- biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 6b9afe61b7..94c0b416e9 100644 --- a/biome.json +++ b/biome.json @@ -20,7 +20,8 @@ "noArrayIndexKey": "off" }, "a11y": { - "useKeyWithClickEvents": "off" + "useKeyWithClickEvents": "off", + "noSvgWithoutTitle": "off" }, "complexity": { "noForEach": "off"