You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Rules marked with ✅ are recommended and rules marked with 🔧 have fixers.
104
104
|[`no-subject-unsubscribe`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-subject-unsubscribe.md)| Forbids calling the `unsubscribe` method of a subject instance. | ✅ ||
105
105
|[`no-subject-value`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-subject-value.md)| Forbids accessing the `value` property of a `BehaviorSubject` instance. |||
106
106
|[`no-subscribe-handlers`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-subscribe-handlers.md)| Forbids the passing of handlers to `subscribe`. |||
107
+
|[`no-subscribe-in-pipe`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-subscribe-in-pipe.md)| Forbids the calling of `subscribe` within any operator inside a `pipe` operation. | ✅ ||
107
108
|[`no-topromise`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-topromise.md)| Forbids the use of the `toPromise` method. |||
108
109
|[`no-unbound-methods`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-unbound-methods.md)| Forbids the passing of unbound methods. | ✅ ||
109
110
|[`no-unsafe-catch`](https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-unsafe-catch.md)| Forbids unsafe `catchError` usage in effects and epics. |||
0 commit comments