Skip to content

Commit 66551b4

Browse files
committed
chore: disable a11y/noLabelWithoutControl due to false positives in UI library
1 parent 5125728 commit 66551b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"noExplicitAny": "info"
4242
},
4343
"a11y": {
44-
"useKeyWithClickEvents": "off"
44+
"useKeyWithClickEvents": "off",
45+
"noLabelWithoutControl": "off"
4546
}
4647
}
4748
},

0 commit comments

Comments
 (0)