Skip to content

Commit 4186f91

Browse files
authored
Merge pull request #508 from greypants/patch-1
Disable jsx-a11y/label-has-for in recommended
2 parents e53906d + baa1344 commit 4186f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
],
7777
},
7878
],
79-
'jsx-a11y/label-has-for': 'error',
79+
'jsx-a11y/label-has-for': 'off',
8080
'jsx-a11y/label-has-associated-control': 'error',
8181
'jsx-a11y/media-has-caption': 'error',
8282
'jsx-a11y/mouse-events-have-key-events': 'error',

0 commit comments

Comments
 (0)