Skip to content

Commit 3ec2b1c

Browse files
authored
Rule label-has-for is deprecated
A deprecated rule should not be present in recommended or strict configurations.
1 parent 71819a0 commit 3ec2b1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module.exports = {
7373
],
7474
},
7575
],
76-
'jsx-a11y/label-has-for': 'error',
7776
'jsx-a11y/label-has-associated-control': 'error',
7877
'jsx-a11y/media-has-caption': 'error',
7978
'jsx-a11y/mouse-events-have-key-events': 'error',
@@ -196,7 +195,6 @@ module.exports = {
196195
],
197196
},
198197
],
199-
'jsx-a11y/label-has-for': 'error',
200198
'jsx-a11y/label-has-associated-control': 'error',
201199
'jsx-a11y/media-has-caption': 'error',
202200
'jsx-a11y/mouse-events-have-key-events': 'error',

0 commit comments

Comments
 (0)