eslint-community / eslint-plugin-promise

Enforce best practices for JavaScript promises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apromise/catch-or-return will cause many empty callback of match

kyleliu-code opened this issue · comments

when i start promise/catch-or-return rule, i must add catch method, although i don't care about error logic .
empty catch callback makes me feel weird.