Skip to content

Commit cce449a

Browse files
clean up;
1 parent 213894f commit cce449a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/rules/a11y-no-visually-hidden-interactive-element.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ const defaultcomponentName = 'VisuallyHidden'
77

88
const schema = generateObjSchema({
99
className: {type: 'string'},
10-
componentName: {type: 'string'},
11-
htmlPropName: {type: 'string'},
10+
componentName: {type: 'string'}
1211
})
1312

1413
/** Note: we are not including input elements at this time

0 commit comments

Comments
 (0)