import-js/eslint-plugin-import

Enhance parser to understand TS's `declare module`

Open

#3 186 ouverte le 15 mai 2025

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)JavaScript (1 540 forks)batch import
enhancementhelp wantedtypescript

Métriques du dépôt

Stars
 (4 946 stars)
Métriques de merge PR
 (Merge moyen 138j 22h) (3 PRs mergées en 30 j)

Description

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

Guide contributeur