Skip to content

Commit

Permalink
chore: remove unnecessary linter ignore directive
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed May 6, 2024
1 parent cfddabd commit 04cbbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Toc/TocHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{#each $tocStore.items.values() as tocItem}
{@const selected = $tocStore.activeItem === tocItem}
<li class="border-l-secondary border-l-4 py-1" class:highlighted={selected}>
<!-- svelte-ignore a11y-missing-attribute a11y-missing-content a11y-click-events-have-key-events a11y-interactive-supports-focus a11y -->
<!-- svelte-ignore a11y-missing-attribute a11y-missing-content a11y-click-events-have-key-events a11y-interactive-supports-focus -->
<a
use:toclink={{ store: tocStore, tocItem, observe: true }}
on:click={close}
Expand Down

0 comments on commit 04cbbe9

Please sign in to comment.