This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Linter rule for unused imports? #4188
spg
started this conversation in
Suggestions
Replies: 3 comments 2 replies
|
For now, there is no rule that covers it. ESLint reports unused imports when We should either add this check on |
0 replies
|
It's also detected by typescript, violating |
2 replies
|
Looks like the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a rule that allows detection of unused imports?
All reactions