From 0fda30f8b1ef25a4ff2491d7fdad94a5f57e7a06 Mon Sep 17 00:00:00 2001 From: Matthias D'haeseleer Date: Mon, 20 Apr 2026 11:17:57 +0200 Subject: [PATCH] chore: disable auto-focus rule for input fields --- packages/biome-config/root.biome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/biome-config/root.biome.json b/packages/biome-config/root.biome.json index 1077b74..34d66d0 100644 --- a/packages/biome-config/root.biome.json +++ b/packages/biome-config/root.biome.json @@ -22,6 +22,7 @@ "linter": { "rules": { "a11y": { + "noAutofocus": "off", "noSvgWithoutTitle": "off" }, "suspicious": {