import-js / eslint-import-resolver-typescript

This plugin adds `TypeScript` support to `eslint-plugin-import`
https://www.npmjs.com/package/eslint-import-resolver-typescript
ISC License
729 stars 62 forks source link

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

Open SalahAdDin opened 3 months ago

SalahAdDin commented 3 months ago

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 commented 3 months ago

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).