Skip to content
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

feat(eslint-plugin): [no-unused-vars] fork the base rule #2768

Merged
merged 2 commits into from Nov 24, 2020

Commits on Nov 22, 2020

  1. feat(eslint-plugin): [no-unused-vars] fork the base rule

    I wanted to avoid doing this, but not doing this restricts our logic too much - it causes problems when we want to consider reporting on things that the base rule wouldn't report on.
    
    Fixes #2714
    Fixes #2648
    Closes #2679
    bradzacher committed Nov 22, 2020
    Copy the full SHA
    8062050 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Copy the full SHA
    40e40c4 View commit details
    Browse the repository at this point in the history