We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bd172 commit 3c6d843Copy full SHA for 3c6d843
docs/rules/no-goto-without-base.md
@@ -42,8 +42,6 @@ This rule reports navigation using SvelteKit's `goto()` function without prefixi
42
goto('/foo/' + base);
43
goto(`/foo/${base}`);
44
</script>
45
-
46
47
```
48
49
</ESLintCodeBlock>
0 commit comments