diff options
| author | Fuwn <[email protected]> | 2023-09-01 00:25:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-01 00:25:28 -0700 |
| commit | 64b701d4eac606afe447114cd2f810cb14541cbe (patch) | |
| tree | 3c7e4e1027c168cb56ebbdf7fa8c068177db58d8 /src/lib/List/Due/AnimeList.svelte | |
| parent | format: add types (diff) | |
| download | due.moe-64b701d4eac606afe447114cd2f810cb14541cbe.tar.xz due.moe-64b701d4eac606afe447114cd2f810cb14541cbe.zip | |
fix: null defaults
Diffstat (limited to 'src/lib/List/Due/AnimeList.svelte')
| -rw-r--r-- | src/lib/List/Due/AnimeList.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/List/Due/AnimeList.svelte b/src/lib/List/Due/AnimeList.svelte index a37fe417..2e5ca47f 100644 --- a/src/lib/List/Due/AnimeList.svelte +++ b/src/lib/List/Due/AnimeList.svelte @@ -1,4 +1,6 @@ <script lang="ts"> + /* eslint svelte/no-at-html-tags: "off" */ + import { mediaListCollection, Type, flattenLists, type Media } from '$lib/AniList/media'; import type { UserIdentity, AniListAuthorisation } from '$lib/AniList/identity'; import { onMount } from 'svelte'; |