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: use @typescript-eslint version of no-shadow/no-redeclare #6

Merged
merged 1 commit into from Oct 2, 2020

Commits on Oct 1, 2020

  1. feat: use @typescript-eslint version of no-shadow/no-redeclare

    Use @typescript-eslint versions of the no-shadow and no-redeclare rules.
    
    Remove the no-undef rule since that is covered by typescript and not in
    the recommended set of rules. See also
    <typescript-eslint/typescript-eslint#2477 (comment)>.
    Tigge committed Oct 1, 2020
    Copy the full SHA
    4a003b7 View commit details
    Browse the repository at this point in the history