Follow-up to #1471.
Convert the custom silent-catch detector + ratchet baseline into a proper biome (or oxlint) lint rule so we stop maintaining our own AST walker for this.
- Replace / baseline JSON with a biome rule + comments (or auto-fixes) at the 169 grandfathered sites.
- Keep the same CI gate: new silent catches still fail, removals are only allowed when the ignore list shrinks.
- Remove the custom script bits once the rule lands.
Requested by @BYK in #1471 (comment)
Follow-up to #1471.
Convert the custom silent-catch detector + ratchet baseline into a proper biome (or oxlint) lint rule so we stop maintaining our own AST walker for this.
Requested by @BYK in #1471 (comment)