Skip to content

Commit 579c01b

Browse files
fixup! docs(no-implicit-any-catch): when not to use it
1 parent 7ff1189 commit 579c01b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/rules/no-implicit-any-catch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ Type checked lint rules are more powerful than traditional lint rules, but also
102102
## Further reading
103103

104104
- [Catching Unknowns](https://ncjamieson.com/catching-unknowns/)
105+
106+
## Resources
107+
108+
- [Rule source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/no-implicit-any-catch.ts)
109+
- [Test source](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/no-implicit-any-catch.test.ts)

0 commit comments

Comments
 (0)