You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting aside that your example is biologically inaccurate, thanks for the additional reproduction code. I'd be happy to review a PR if someone has a solution.
Activity
smac89 commentedon Sep 14, 2021
For me, the problem comes from doing something like:
The error is on the
parse
function inside the namespace even though it is being used in some other parts of the code.ljharb commentedon Sep 14, 2021
Setting aside that your example is biologically inaccurate, thanks for the additional reproduction code. I'd be happy to review a PR if someone has a solution.
namespace
usage results in false positive #2336export
: false positive for typescript namespace merging #2375[Fix] `export`: false positive for typescript namespace merging
Update dependency eslint-plugin-import to v2.26.0 (#1284)
httpete commentedon Jul 19, 2022
I am getting false positives as well, when exporting a type only export, it is being imported in another but it gets flagged.
ljharb commentedon Jul 19, 2022
@httpete if you're on the latest version of the plugin and still having problems, please file a new issue.