-
Notifications
You must be signed in to change notification settings - Fork 166
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
Feature Request: no-unused-imports #260
Comments
This would be super useful, especially when importing specific symbols like this: import {symbol1 as alias, symbol2} from "filename"; |
Thanks to @juanpcapurro, there is now a fork of Solhint with a |
This it is also added in this pr Will be available in next version |
@dbale-altoros is |
@PaulRBerg it is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A rule for warning/error about any unused imports.
The text was updated successfully, but these errors were encountered: