Skip to content

Commit

Permalink
Add another ignore for no-explicit-any
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Jul 23, 2023
1 parent fdc8569 commit c21d6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/ToastBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
export let toast: Toast;
export let position: ToastPosition | undefined = undefined;
export let style = '';
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export let Component: typeof SvelteComponent<any> | undefined = undefined;
let factor: number;
Expand Down

1 comment on commit c21d6a1

@vercel
Copy link

@vercel vercel bot commented on c21d6a1 Jul 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.