Closed brettz9 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
bbcfcbf
) to head (605adac
). Report is 19 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 6.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What is the purpose of this pull request?
What changes did you make? (Give an overview)
Added rule details for
prefer-await-to-callbacks
.Fixes #118.
(Adapted from https://github.com/eslint-community/eslint-plugin-promise/pull/199 )