Skip to content

Commit

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

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

Check failure on line 10 in lib/rules/a11y-no-visually-hidden-interactive-element.js

View workflow job for this annotation

GitHub Actions / build (16)

Insert `,`

Check failure on line 10 in lib/rules/a11y-no-visually-hidden-interactive-element.js

View workflow job for this annotation

GitHub Actions / build (14)

Insert `,`

Check failure on line 10 in lib/rules/a11y-no-visually-hidden-interactive-element.js

View workflow job for this annotation

GitHub Actions / build (16)

Insert `,`

Check failure on line 10 in lib/rules/a11y-no-visually-hidden-interactive-element.js

View workflow job for this annotation

GitHub Actions / build (18)

Insert `,`
})

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

0 comments on commit cce449a

Please sign in to comment.