We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8703840 commit 1848d00Copy full SHA for 1848d00
src/index.js
@@ -58,6 +58,7 @@ module.exports = {
58
'jsx-a11y/aria-proptypes': 'error',
59
'jsx-a11y/aria-role': 'error',
60
'jsx-a11y/aria-unsupported-elements': 'error',
61
+ 'jsx-a11y/autocomplete-valid': 'error',
62
'jsx-a11y/click-events-have-key-events': 'error',
63
'jsx-a11y/control-has-associated-label': ['off',
64
{
@@ -214,6 +215,7 @@ module.exports = {
214
215
216
217
218
219
220
'jsx-a11y/control-has-associated-label': ['off', {
221
ignoreElements: [
0 commit comments