You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SvelteKit, the goto function is used for internal navigation. That means, that you basically almost always want to prefix the url with the base path.
Description
Add a rule that would trigger on any goto without a base path. However, there are quite some edge cases
Motivation
In SvelteKit, the
goto
function is used for internal navigation. That means, that you basically almost always want to prefix the url with thebase
path.Description
Add a rule that would trigger on any
goto
without abase
path. However, there are quite some edge casesExamples
Additional comments
Is this plugin the right place to put SvelteKit rules?
The text was updated successfully, but these errors were encountered: