Skip to content

Some ESLint errors not showing by the error tooltip #180

@rvarbanov

Description

@rvarbanov

Before I switched to ESLint, I used to get notified if I have declared a variable that I am not using it later in my code. I do not not need to explain why that is useful. :D Now with ESLint, I no longer see those inline error tips.

However when I run my grunt test that has an ESLinter in it, I will get those errors listed there

E.g.: 4:2 error '_' is defined but never used no-unused-vars

Is that an issue with the extension or is it something else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions