promise/prefer-await-to-then
ignore constructor scope
#436
Labels
promise/prefer-await-to-then
ignore constructor scope
#436
Description
promise/prefer-await-to-then
should not report errors if.then
/.catch
calls are inside constructor of some classBecause we can't have
async constructor
The text was updated successfully, but these errors were encountered: