Skip to content

Commit 3f0df5e

Browse files
committed
🚨 Ignore a rule that seems unnecessary
1 parent 8fc869b commit 3f0df5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/src/lib/components/CopyButton.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script lang="ts">
2+
// eslint-disable-next-line import/no-unresolved
23
import { browser } from "$app/environment";
34
45
let { textToCopy }: { textToCopy: string } = $props();

0 commit comments

Comments
 (0)