Skip to content

Commit

Permalink
chore: ignore linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Jun 30, 2021
1 parent ca969cc commit ddd18fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function DocSidebarItemCategory({
className={clsx('menu__list-item', {
'menu__list-item--collapsed': collapsed,
})}>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
className={clsx('menu__link', {
'menu__link--sublist': collapsible,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function SkipToContent(): JSX.Element {

return (
<div ref={containerRef}>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a href="#" className={styles.skipToContent} onClick={handleSkip}>
<Translate
id="theme.common.skipToMainContent"
Expand Down

0 comments on commit ddd18fe

Please sign in to comment.