Skip to content

Commit

Permalink
prettier;
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Jul 21, 2023
1 parent cce449a commit 6e469d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/a11y-no-visually-hidden-interactive-element.js
Expand Up @@ -7,7 +7,7 @@ const defaultcomponentName = 'VisuallyHidden'

const schema = generateObjSchema({
className: {type: 'string'},
componentName: {type: 'string'}
componentName: {type: 'string'},
})

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

0 comments on commit 6e469d2

Please sign in to comment.