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

Support eslint 9 #17

Open
xamoulin opened this issue Apr 23, 2024 · 2 comments
Open

Support eslint 9 #17

xamoulin opened this issue Apr 23, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@xamoulin
Copy link

xamoulin commented Apr 23, 2024

Add support to version 9 of eslint.

@Limegrass
Copy link
Owner

Thanks for the issue. This has been in my radar, and I just hadn't got around to looking into whether the new config format was backwards compatible or not. Definitely helps to know that someone is trying to use it with ESLint 9 l, so I can start taking a look into this week when I find some time.

@Limegrass Limegrass added enhancement New feature or request help wanted Extra attention is needed labels Apr 24, 2024
@Limegrass
Copy link
Owner

I should have updated this earlier, but I took a brief look at this last week. It seems like typescript-eslint and eslint-plugin-import has yet to support ESLint 9, which makes it a bit hard to dogfood this plugin given that it seems like the new config format is not backwards compatible with the old config format, making it hard to upgrade to ESLint 9 in this package.

Holding off on working on this until the other plugins includes support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants