eslint-community/eslint-plugin-promise
promise/catch-or-return should report unhandled Promise.resolve/reject
開放
#55 建立於 2017年1月23日
enhancementfeedback-soughthelp wanted
倉庫指標
- 星標
- (998 顆星)
- PR 合併指標
- (平均合併 1天 2小時) (30 天內合併 12 個 PR)
描述
This innocently looking assignment:
const FAIL = Promise.reject();
causes UnhandledPromiseRejectionWarning if FAIL is not used...