Skip to content

Commit

Permalink
disable the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Jul 23, 2024
1 parent 77ef1f7 commit 1709ab2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const ToolbarButton = forwardRef<HTMLButtonElement, IconButtonProps>((pro
{...props}
sx={{color: 'fg.muted', ...props.sx}}
// Keeping the tooltip disable since it is not maintained anymore and its tests were failing.
// eslint-disable-next-line primer-react/a11y-remove-disable-tooltip

Check failure on line 20 in packages/react/src/drafts/MarkdownEditor/_ToolbarButton.tsx

View workflow job for this annotation

GitHub Actions / lint

'primer-react/a11y-remove-disable-tooltip' rule is disabled but never reported
unsafeDisableTooltip
/>
)
Expand Down

0 comments on commit 1709ab2

Please sign in to comment.