Skip to content

Commit 28a13ec

Browse files
committed
fix linting
1 parent c0a3d9d commit 28a13ec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/viewer/src/home/HomeView.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import {Input} from '$lib/components/ui/input';
2727
import {crossfade} from 'svelte/transition';
2828
import {cubicOut} from 'svelte/easing';
29-
import {flip} from 'svelte/animate';
3029
import {transitionContext} from './transitions';
3130
import Anchor from '$lib/components/ui/anchor/anchor.svelte';
3231

frontend/viewer/src/home/ProjectListItem.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
skeleton = false,
1616
subtitle = undefined,
1717
...rest
18-
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
1918
}: Props & ListItemProps = $props();
2019
</script>
2120

0 commit comments

Comments
 (0)