Skip to content

Commit 6e469d2

Browse files
prettier;
1 parent cce449a commit 6e469d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

88
const schema = generateObjSchema({
99
className: {type: 'string'},
10-
componentName: {type: 'string'}
10+
componentName: {type: 'string'},
1111
})
1212

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

0 commit comments

Comments
 (0)