File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,18 @@ This rule accepts a single option which is an object with an `allowNext` propert
4949}
5050```
5151
52+ ## When Not To Use It
53+
54+ If you rely on RxJS's deprecation of separate handlers and don't need to double-flag usage,
55+ then you don't need this rule.
56+
57+ Type checked lint rules are more powerful than traditional lint rules, but also require configuring type checked linting.
58+
5259## Further reading
5360
5461- [ Subscribe Arguments] ( https://rxjs.dev/deprecations/subscribe-arguments )
62+
63+ ## Resources
64+
65+ - [ Rule source] ( https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/src/rules/prefer-observer.ts )
66+ - [ Test source] ( https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/tests/rules/prefer-observer.test.ts )
You can’t perform that action at this time.
0 commit comments