Skip to content

Commit ca19a4d

Browse files
committed
[Fix] add missing property to no-noninteractive-tabindex options schema
1 parent b72a743 commit ca19a4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rules/no-noninteractive-tabindex.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const schema = generateObjSchema({
3434
...arraySchema,
3535
description: 'An array of HTML tag names',
3636
},
37+
allowExpressionValues: {
38+
type: 'boolean',
39+
},
3740
});
3841

3942
export default ({

0 commit comments

Comments
 (0)