-
Notifications
You must be signed in to change notification settings - Fork 4
Missing import imcompatible with unused variable #8
Comments
@jbalsas It's not very sophisticated. It's just checking for an I think it's case-sensitive, so that is why it's failing with |
Yeah, that's what I figured it should be doing... since we can't change the namespace or the import... what do you think would be the quickest fix? Just make the check case-insensitive? 😂 |
Yea, for the moment I think it's a reasonable improvement. I'll update it soon. |
Hey @mthadley, I wanted to apply this to https://github.com/metal/metal-clay-components where we have Do we have a What do you think? |
We are currently looking for imports in a componente when a template is used, so if you're using
{call Dropdown.render}
we're looking (I guess ) for animport Dropdown from...
statement.If not found, we have get the following message:
This is incompatible with
estlint::unused-var
rule, so we usually haveThe text was updated successfully, but these errors were encountered: