Skip to content

Commit 1848d00

Browse files
committed
feat(autocomplete-valid): add to recommended & strict config
1 parent 8703840 commit 1848d00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports = {
5858
'jsx-a11y/aria-proptypes': 'error',
5959
'jsx-a11y/aria-role': 'error',
6060
'jsx-a11y/aria-unsupported-elements': 'error',
61+
'jsx-a11y/autocomplete-valid': 'error',
6162
'jsx-a11y/click-events-have-key-events': 'error',
6263
'jsx-a11y/control-has-associated-label': ['off',
6364
{
@@ -214,6 +215,7 @@ module.exports = {
214215
'jsx-a11y/aria-proptypes': 'error',
215216
'jsx-a11y/aria-role': 'error',
216217
'jsx-a11y/aria-unsupported-elements': 'error',
218+
'jsx-a11y/autocomplete-valid': 'error',
217219
'jsx-a11y/click-events-have-key-events': 'error',
218220
'jsx-a11y/control-has-associated-label': ['off', {
219221
ignoreElements: [

0 commit comments

Comments
 (0)