Skip to content

Commit

Permalink
fix: require missing 'autocomplete-valid' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ruetz committed Jan 30, 2020
1 parent 99a4868 commit 33670bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
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 33670bb

Please sign in to comment.