promise/catch-or-return should report unhandled Promise.resolve/reject #55
Open
Description
This innocently looking assignment:
const FAIL = Promise.reject();
causes UnhandledPromiseRejectionWarning if FAIL is not used...
This innocently looking assignment:
const FAIL = Promise.reject();
causes UnhandledPromiseRejectionWarning if FAIL is not used...