-
-
Notifications
You must be signed in to change notification settings - Fork 60
feat(no-navigation-without-resolve): added to recommended rule set #1308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(no-navigation-without-resolve): added to recommended rule set #1308
Conversation
🦋 Changeset detectedLatest commit: e59f029 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
ota-meshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Try the Instant Preview in Online PlaygroundInstall the Instant Preview to Your LocalPublished Instant Preview Packages:
|
|
Wow, that was fast :D |
|
After updating to the latest version, I'm getting errors that I'm not sure how to resolve. What should I do about And I believe this should work, but I'm getting an error on <a href={resolve('/blog/[slug]', { slug })}>
|
|
Hello, thanks for the comments:
|
|
I have a ternary expression in which one branch is a The type error regarding arguments might be due to the fact that I have a page route at |
|
Hmm, that's an edge case if I've ever seen one :D There's already a few PRs that would conflict with this, so give us some time please. |
|
Hey @DePasqualeOrg I split the one hanging issue into #1389, but just a heads-up, it's mnot high on my priority list. Otherwise I consider this conversation resolved |

Since the rule is now restricted to running only on SvelteKit files, I think it's safe to add it to the recommended rule set.