Skip to content

Commit 48c1890

Browse files
committed
Fixing lint errors.
1 parent 35370e0 commit 48c1890

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module.exports = {
106106
{
107107
tags: [],
108108
roles: ['tabpanel'],
109-
}
109+
},
110110
],
111111
'jsx-a11y/no-onchange': 'error',
112112
'jsx-a11y/no-redundant-roles': 'error',

src/rules/no-noninteractive-tabindex.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
elementType,
1616
getProp,
1717
getLiteralPropValue,
18-
propName,
1918
} from 'jsx-ast-utils';
2019
import isInteractiveElement from '../util/isInteractiveElement';
2120
import isInteractiveRole from '../util/isInteractiveRole';

0 commit comments

Comments
 (0)