Skip to content

Commit

Permalink
fix: ignore eslint on dynamically imported variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Apr 9, 2024
1 parent e2985ae commit 9914331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/curses/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import NameInput from "../../components/NameInput.svelte";
import Message from "../../components/Message.svelte";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let libCurses: any;
import { onMount } from "svelte";
Expand Down

0 comments on commit 9914331

Please sign in to comment.