Skip to content

Commit b99966e

Browse files
committed
Linter
1 parent 27dc55b commit b99966e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/client/SuperDebug.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<svelte:options runes={false} />
2+
13
<script>
24
import { browser } from '$app/environment';
35
import { page } from '$app/stores';
@@ -373,8 +375,6 @@
373375
$: debugData = assertStore(data, raw) ? data : readable(data);
374376
</script>
375377
376-
<svelte:options runes={false} />
377-
378378
{#if !styleInit}
379379
<style>
380380
.super-debug--absolute {

0 commit comments

Comments
 (0)