Skip to content

Commit

Permalink
Raise jsx-a11y/click-events-have-key-events back to "error" level
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Nov 9, 2017
1 parent 81ab36b commit 2b0c3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
'jsx-a11y/accessible-emoji': ignore,
'jsx-a11y/href-no-hash': ignore,
'jsx-a11y/label-has-for': ignore,
'jsx-a11y/click-events-have-key-events': warn,
'jsx-a11y/click-events-have-key-events': error,
'jsx-a11y/anchor-is-valid': [warn, { aspects: ['invalidHref'] }],
'react/no-unescaped-entities': ignore,
},
Expand Down

0 comments on commit 2b0c3aa

Please sign in to comment.