-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError
with adeira/no-duplicate-import-type-import
#3410
Comments
adeira/no-duplicate-import-type-import
TypeError
with adeira/no-duplicate-import-type-import
I have the same issue with ESLint 7.32 |
The same error with ESLint 7.32:
|
Hi @maicol07! I can indeed confirm there is a bug and I can reproduce it on a current master. Please, allow me some time for fixing it (or optionally feel free to send a PR with a fix). Also, as @michalsanger said: the latest released version of |
I decided to ignore side-effect imports completely because it felt strange to be enforcing consolidation of side-effects and type imports. Closes: #3410
This should hopefully fix the issue: #3414 |
I decided to ignore side-effect imports completely because it felt strange to be enforcing consolidation of side-effects and type imports. Closes: #3410
I have the following error when there is a type import with the rule
adeira/no-duplicate-import-type-import
:Code:
The text was updated successfully, but these errors were encountered: