Skip to content

Commit

Permalink
feat(autocomplete-valid): add to recommended & strict config
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Nov 6, 2019
1 parent 8703840 commit 1848d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
'jsx-a11y/aria-proptypes': 'error',
'jsx-a11y/aria-role': 'error',
'jsx-a11y/aria-unsupported-elements': 'error',
'jsx-a11y/autocomplete-valid': 'error',
'jsx-a11y/click-events-have-key-events': 'error',
'jsx-a11y/control-has-associated-label': ['off',
{
Expand Down Expand Up @@ -214,6 +215,7 @@ module.exports = {
'jsx-a11y/aria-proptypes': 'error',
'jsx-a11y/aria-role': 'error',
'jsx-a11y/aria-unsupported-elements': 'error',
'jsx-a11y/autocomplete-valid': 'error',
'jsx-a11y/click-events-have-key-events': 'error',
'jsx-a11y/control-has-associated-label': ['off', {
ignoreElements: [
Expand Down

0 comments on commit 1848d00

Please sign in to comment.