Skip to content

Commit

Permalink
Merge pull request #661 from dustin-ruetz/patch-1
Browse files Browse the repository at this point in the history
fix: require missing 'autocomplete-valid' rule
  • Loading branch information
ljharb committed Jan 30, 2020
2 parents 99a4868 + 33670bb commit 46369c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'aria-proptypes': require('./rules/aria-proptypes'),
'aria-role': require('./rules/aria-role'),
'aria-unsupported-elements': require('./rules/aria-unsupported-elements'),
'autocomplete-valid': require('./rules/autocomplete-valid'),
'click-events-have-key-events': require('./rules/click-events-have-key-events'),
'control-has-associated-label': require('./rules/control-has-associated-label'),
'heading-has-content': require('./rules/heading-has-content'),
Expand Down

0 comments on commit 46369c3

Please sign in to comment.