Skip to content

Commit af3586f

Browse files
committed
test(no-navigation-without-resolve): added TS to regular variable tests
1 parent e3421fd commit af3586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/tests/fixtures/rules/no-navigation-without-resolve/valid/goto-resolved01-input.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script>
1+
<script lang="ts">
22
import { resolve } from '$app/paths';
33
import { goto } from '$app/navigation';
44

0 commit comments

Comments
 (0)