un-ts / eslint-plugin-import-x

A fork of `eslint-plugin-import` using `get-tsconfig` to replace `tsconfig-paths` and heavy `typescript` under the hood.
https://npm.im/eslint-plugin-import-x
MIT License
242 stars 13 forks source link

Port `ignoreUnusedTypeExports` option of `no-unused-modules` #86

Open silverwind opened 1 month ago

silverwind commented 1 month ago

I'm willing to port https://github.com/import-js/eslint-plugin-import/pull/3011 into this module, it's a useful option to have.

SukkaW commented 4 days ago

@silverwind Sure! Please do. It is indeed a great option.

silverwind commented 2 days ago

Waiting a bit more for that PR to review/merge.

SukkaW commented 2 days ago

@silverwind You can backport here first since I can review PR quicker and more frequently. The test infra here is better as well.