-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
no-unused-modules does not work with export class
#1368
Labels
Comments
golopot
added a commit
to golopot/eslint-plugin-import
that referenced
this issue
May 29, 2019
golopot
added a commit
to golopot/eslint-plugin-import
that referenced
this issue
May 29, 2019
Thanks for the fix! 🎉 |
It seems like this same problem exists for |
@nathanielcook |
@ljharb It is in TypeScript; sorry for not mentioning that. |
In that case, please feel free to file a PR to add it :-) |
By the way, I see now that the problem also exists for Edit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
index.js
:foo.js
:.eslintrc.yml
:Then:
However the following works:
eslint
:5.16.0
eslint-plugin-import
:2.17.3
node
:12.3.1
OS: Ubuntu
19.04
The text was updated successfully, but these errors were encountered: