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(eslint-plugin): [no-misused-promises] prioritize false returns when checking whether a function returns only void #4841

Commits on Apr 20, 2022

  1. fix(eslint-plugin): prioritize false returns when checking whether a …

    …function returns only void
    JoshuaKGoldberg committed Apr 20, 2022
    Copy the full SHA
    9b0e5ef View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Copy the full SHA
    db904ca View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/tests/rules/no-misused-promises.test.ts

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    JoshuaKGoldberg and bradzacher committed Apr 22, 2022
    Copy the full SHA
    1e3af13 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5c02b2c View commit details
    Browse the repository at this point in the history