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): [unbound-method] improve error message #3203

Merged
merged 3 commits into from Mar 21, 2021
Merged

feat(eslint-plugin): [unbound-method] improve error message #3203

merged 3 commits into from Mar 21, 2021

Commits on Mar 19, 2021

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

Commits on Mar 20, 2021

  1. Update packages/eslint-plugin/docs/rules/unbound-method.md

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    JounQin and bradzacher committed Mar 20, 2021
    Copy the full SHA
    2a6026f View commit details
    Browse the repository at this point in the history
  2. feat: check if the first param is this

    add new message `unboundWithoutThisAnnotation`
    JounQin committed Mar 20, 2021
    Copy the full SHA
    f55107c View commit details
    Browse the repository at this point in the history