Skip to content

Commit

Permalink
Allow tabIndex on role=tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Jun 20, 2019
1 parent 6075574 commit d259a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -82,6 +82,7 @@ module.exports = {
"jsx-a11y/anchor-is-valid": "warn", // see #172
"jsx-a11y/label-has-for": "warn", // see #173
"jsx-a11y/no-onchange": "warn", // The DropZone select form needs an onChange prop to set the state with the new group
'jsx-a11y/no-noninteractive-tabindex': ['off', { roles: ['tooltip'] }],
'lines-around-comment': ['error', { 'allowBlockStart': true }],
"max-classes-per-file": "off",
"max-len": ["error", { "code": 164, "ignoreComments": true }],
Expand Down

0 comments on commit d259a9d

Please sign in to comment.