Skip to content

ESLint: Fix `promise/catch-or-return` offences

kushalpandya requested to merge 27486-fix-eslint-promises into 27486-eslint-promises

What does this MR do?

This MR is an extension of !9969 (merged) and fixes promise/catch-or-return offences.

Are there points in the code the reviewer needs to double check?

Review every catch block added carefully to see if implementation is correct for the context or not.

Why was this MR needed?

See #27486 (moved)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#27486 (moved)

Closes #29626 (moved)

Merge request reports