Skip to content
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

Generalized no-goto-without-base into no-navigation-without-base #900

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

marekdedic
Copy link
Contributor

Closes #891

Copy link

changeset-bot bot commented Nov 1, 2024

🦋 Changeset detected

Latest commit: add6e9b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-plugin-svelte Major

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

@marekdedic marekdedic force-pushed the no-navigation-without-base branch 10 times, most recently from daa932b to 8a9a43d Compare November 3, 2024 23:52
@marekdedic marekdedic marked this pull request as ready for review November 4, 2024 00:13
Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! Thank you for implementing the useful rule!

@marekdedic marekdedic force-pushed the no-navigation-without-base branch 2 times, most recently from 1b9b252 to 4676b96 Compare November 30, 2024 09:27
@marekdedic marekdedic requested a review from ota-meshi November 30, 2024 09:32
@ota-meshi
Copy link
Member

ota-meshi commented Dec 2, 2024

This PR is looks good, but I made this package ESM.
#932

Could you please merge the main branch and fix it by adding .js to the import statement of your implementation?

@marekdedic marekdedic force-pushed the no-navigation-without-base branch from 4676b96 to 9ccfe71 Compare December 2, 2024 10:50
@marekdedic marekdedic force-pushed the no-navigation-without-base branch from 9ccfe71 to add6e9b Compare December 2, 2024 11:00
@marekdedic
Copy link
Contributor Author

@ota-meshi Done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add rule no-link-without-base
2 participants