On Thu, Oct 31, 2019, 06:02 Jason Orendorff <jorendo...@mozilla.com> wrote:
> Ignoring the awaited value here is like using `catch {}` to squelch all > exceptions, or ignoring the return value of an async function or method, or > any other expression that produces a Promise. Do we have lints for those > pitfalls? I'm kind of surprised that there doesn't seem to be a built-in > ESLint lint for `catch {}`. > Some directories have an ESLint rule to disallow empty blocks, which requires that any empty catch blocks at least contain a comment to justify them. > _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform