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

fix(unbound-method): don't suppress errors from base rule #1219

Merged
merged 1 commit into from Aug 28, 2022
Merged

Commits on Aug 27, 2022

  1. fix(unbound-method): don't suppress errors from base rule

    BREAKING CHANGE: errors thrown by the `unbound-method` base rule are no longer suppressed - really
    this means that if you don't specify `project` when this rule is enabled and
    `@typescript-eslint/eslint-plugin` is present, that error will no longer be suppressed instead of
    silently doing nothing; it will still not throw if this rule is enabled without the base rule being
    present
    G-Rath committed Aug 27, 2022
    Copy the full SHA
    146633a View commit details
    Browse the repository at this point in the history