diff options
| author | Fuwn <[email protected]> | 2023-09-14 02:47:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-14 02:47:38 -0700 |
| commit | 0267223678fdc441289ff53cff368d82636d723c (patch) | |
| tree | 146bc637b960c685a25391ea403739df93c59590 | |
| parent | feat(manga): best guess estimation (diff) | |
| download | due.moe-0267223678fdc441289ff53cff368d82636d723c.tar.xz due.moe-0267223678fdc441289ff53cff368d82636d723c.zip | |
fix(updates): ignore eslint
| -rw-r--r-- | src/routes/updates/+page.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/updates/+page.svelte b/src/routes/updates/+page.svelte index f357f63d..afe6d56a 100644 --- a/src/routes/updates/+page.svelte +++ b/src/routes/updates/+page.svelte @@ -1,4 +1,6 @@ <script lang="ts"> + /* eslint svelte/no-at-html-tags: "off" */ + import { browser } from '$app/environment'; import { onMount } from 'svelte'; |