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 35370e0 commit 48c1890Copy full SHA for 48c1890
src/index.js
@@ -106,7 +106,7 @@ module.exports = {
106
{
107
tags: [],
108
roles: ['tabpanel'],
109
- }
+ },
110
],
111
'jsx-a11y/no-onchange': 'error',
112
'jsx-a11y/no-redundant-roles': 'error',
src/rules/no-noninteractive-tabindex.js
@@ -15,7 +15,6 @@ import {
15
elementType,
16
getProp,
17
getLiteralPropValue,
18
- propName,
19
} from 'jsx-ast-utils';
20
import isInteractiveElement from '../util/isInteractiveElement';
21
import isInteractiveRole from '../util/isInteractiveRole';
0 commit comments