Skip to content

fix(no-callback-in-promise): false triggering of callback#574

Merged
ota-meshi merged 3 commits into
eslint-community:mainfrom
brettz9:no-cb
Nov 26, 2024
Merged

fix(no-callback-in-promise): false triggering of callback#574
ota-meshi merged 3 commits into
eslint-community:mainfrom
brettz9:no-cb

Conversation

@brettz9

@brettz9 brettz9 commented Nov 26, 2024

Copy link
Copy Markdown
Member

What is the purpose of this pull request?

  • Documentation update
  • Bug fix
  • New rule
  • Changes an existing rule
  • Add autofixing to a rule
  • Other, please explain:

What changes did you make? (Give an overview)

Fixes regression with false triggering by callback

Fixes #572

Comment thread __tests__/no-callback-in-promise.js Outdated
Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com>

@scagood scagood left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good to me 👍

Comment thread rules/no-callback-in-promise.js Outdated

@ota-meshi ota-meshi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@ota-meshi ota-meshi merged commit 8324564 into eslint-community:main Nov 26, 2024
renovate Bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Nov 27, 2024
@brettz9 brettz9 deleted the no-cb branch December 17, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False positive of no-callback-in-promise in 7.2.0

3 participants