import-js/eslint-plugin-import
在 GitHub 查看Enhance parser to understand TS's `declare module`
Open
#3,186 创建于 2025年5月15日
enhancementhelp wantedtypescript
仓库指标
- Star
- (4,946 star)
- PR 合并指标
- (平均合并 138天 22小时) (30 天内合并 3 个 PR)
描述
I was asked to open this issue here, instead of in eslint-import-resolver-typescript
After upgrading from eslint-import-resolver-typescript version 3.8.3 to 4.3.4 and I am getting errors that there are pretty much no exports availaboe from @uidotdev/usehooks.
The breaking change seems to be with version 3.9.0, when there was a migration between resolvers.
Here is a repository that shows the issue: https://github.com/Brandon-Ritchie/eslint-import-reproduction