Skip to content

Commit 3c6d843

Browse files
committed
chore(no-goto-without-base): lint fix
1 parent b3bd172 commit 3c6d843

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/rules/no-goto-without-base.md

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ This rule reports navigation using SvelteKit's `goto()` function without prefixi
4242
goto('/foo/' + base);
4343
goto(`/foo/${base}`);
4444
</script>
45-
46-
4745
```
4846

4947
</ESLintCodeBlock>

0 commit comments

Comments
 (0)