Skip to content

Commit

Permalink
Disable jsx-a11y/label-has-for in recommended
Browse files Browse the repository at this point in the history
Since there's [issues with this](https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/455)  and it's [deprecated](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/label-has-for.md) , it shouldn't be a recommended rule, right?
  • Loading branch information
greypants committed Dec 10, 2018
1 parent e53906d commit baa1344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
],
},
],
'jsx-a11y/label-has-for': 'error',
'jsx-a11y/label-has-for': 'off',
'jsx-a11y/label-has-associated-control': 'error',
'jsx-a11y/media-has-caption': 'error',
'jsx-a11y/mouse-events-have-key-events': 'error',
Expand Down

0 comments on commit baa1344

Please sign in to comment.