chore: remove unnecessary linter ignore directive

This commit is contained in:
Youwen Wu 2024-05-05 23:03:16 -07:00
parent cfddabd336
commit 04cbbe95cf
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -40,7 +40,7 @@
{#each $tocStore.items.values() as tocItem} {#each $tocStore.items.values() as tocItem}
{@const selected = $tocStore.activeItem === tocItem} {@const selected = $tocStore.activeItem === tocItem}
<li class="border-l-secondary border-l-4 py-1" class:highlighted={selected}> <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 <a
use:toclink={{ store: tocStore, tocItem, observe: true }} use:toclink={{ store: tocStore, tocItem, observe: true }}
on:click={close} on:click={close}