Skip to content

Create a linter rule that bans empty catch/reject calls

Created by: valerybugakov

  1. Create a linter rule that bans empty catch/reject calls.
  2. Allow empty calls only with a comment of why they can be ignored.

Based on the RFC 501: Runtime error monitoring.