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

Properly handle paths #24

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Properly handle paths #24

merged 1 commit into from
Oct 14, 2023

Conversation

jgoux
Copy link
Contributor

@jgoux jgoux commented Feb 14, 2023

Fixes #23

This bug was preventing VSCode ESLint extension to properly report the rule's error.

I also removed logic about defaulting rootDir to "" as it's already done when reading the context's options.

@jgoux
Copy link
Contributor Author

jgoux commented Feb 16, 2023

Ping @MelvinVermeer, any chance you could review and release? 🙏

@jgoux
Copy link
Contributor Author

jgoux commented Mar 30, 2023

@MelvinVermeer 👋 😅

@haakemon
Copy link

Would be great to get this merged, as I spent quite some time debugging today why VS Code and CLI reported different eslint issues related to import paths. After some digging, I came to thix exact conclusion and fix 😅 I should have checked github issues first... 🙃

@jgoux
Copy link
Contributor Author

jgoux commented Apr 17, 2023

I'm using yarn patch currently until this is merged. 👍

@haakemon
Copy link

haakemon commented May 9, 2023

@MelvinVermeer Any chance of getting this reviewed/merged? 😊

@tanchu
Copy link

tanchu commented Oct 12, 2023

@MelvinVermeer merge plz

@MelvinVermeer MelvinVermeer merged commit 171114b into MelvinVermeer:main Oct 14, 2023
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.

Plugin should always use path.join to handle working directories that end in '/'
4 participants