diff --git a/biome.json b/biome.json index 7dad501..e1caaac 100644 --- a/biome.json +++ b/biome.json @@ -8,7 +8,8 @@ "rules": { "a11y": { "all": true, - "noSvgWithoutTitle": "off" + "noSvgWithoutTitle": "off", + "useKeyWithClickEvents": "off" }, "complexity": { "all": true,