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
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
Is there a difference between what you're requesting and detecting unused variables?
Oh! Come to think of it, I suppose not. …Well…there might be?
It’s effectively the same thing. But I think it might be worth highlighting this as a more severe case of unused variable. I suspect that an unused import has the potential to be more wasteful than the run-of-the-mill unused variable.
You're right about them being more severe, but I think it would have to be detected the same way, so I'm going to close this and consider it a duplicate.
I’d like it if coffeelint reported any time that a file
require
s a module that is never used in the same file.The text was updated successfully, but these errors were encountered: