We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce449a commit 6e469d2Copy full SHA for 6e469d2
1 file changed
lib/rules/a11y-no-visually-hidden-interactive-element.js
@@ -7,7 +7,7 @@ const defaultcomponentName = 'VisuallyHidden'
7
8
const schema = generateObjSchema({
9
className: {type: 'string'},
10
- componentName: {type: 'string'}
+ componentName: {type: 'string'},
11
})
12
13
/** Note: we are not including input elements at this time
0 commit comments