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

[Question] Required with new typescript eslint plugin and eslint 9? #310

Open
Tracked by #868
SalahAdDin opened this issue Aug 15, 2024 · 1 comment
Open
Tracked by #868

Comments

@SalahAdDin
Copy link

Hello,

We are working on migrating ESLint to the 9 version.

We updated it and also installed the latest Typescript ESLint plugin version, but it is not clear to us if this plugin is still required.

Is it?

Will it be migrated?

Thanks

@SukkaW
Copy link
Collaborator

SukkaW commented Aug 15, 2024

This (eslint-import-resolver-typescript) is not an ESLint plugin, it is a resolver for eslint-plugin-import-x and eslint-plugin-import for them to find .(ts|tsx) files.

As for your case, I would recommend eslint-plugin-import-x, it supports ESLint 8.56 and ESLint 9, and it will be upgraded to typescript-eslint v8 pretty soon (I am planning to release a new version to land that).

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

No branches or pull requests

2 participants