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
|[no-ignored-default-value](docs/rules/no-ignored-default-value.md)| Disallow using `firstValueFrom`, `lastValueFrom`, `first`, and `last` without specifying a default value. |||| 💭 ||
83
-
|[no-ignored-error](docs/rules/no-ignored-error.md)| Disallow calling `subscribe` without specifying an error handler. |||| 💭 ||
84
-
|[no-ignored-notifier](docs/rules/no-ignored-notifier.md)| Disallow observables not composed from the `repeatWhen` or `retryWhen` notifier. | ✅ ||| 💭 ||
85
-
|[no-ignored-observable](docs/rules/no-ignored-observable.md)| Disallow ignoring observables returned by functions. |||| 💭 ||
86
-
|[no-ignored-replay-buffer](docs/rules/no-ignored-replay-buffer.md)| Disallow using `ReplaySubject`, `publishReplay` or `shareReplay` without specifying the buffer size. | ✅ |||||
87
-
|[no-ignored-subscribe](docs/rules/no-ignored-subscribe.md)| Disallow calling `subscribe` without specifying arguments. |||| 💭 ||
88
-
|[no-ignored-subscription](docs/rules/no-ignored-subscription.md)| Disallow ignoring the subscription returned by `subscribe`. |||| 💭 ||
89
-
|[no-ignored-takewhile-value](docs/rules/no-ignored-takewhile-value.md)| Disallow ignoring the value within `takeWhile`. | ✅ |||||
|[no-ignored-default-value](docs/rules/no-ignored-default-value.md)| Disallow using `firstValueFrom`, `lastValueFrom`, `first`, and `last` without specifying a default value. |||| 💭 ||
83
+
|[no-ignored-error](docs/rules/no-ignored-error.md)| Disallow calling `subscribe` without specifying an error handler. |||| 💭 ||
84
+
|[no-ignored-notifier](docs/rules/no-ignored-notifier.md)| Disallow observables not composed from the `repeatWhen` or `retryWhen` notifier. | ✅ ||| 💭 ||
85
+
|[no-ignored-observable](docs/rules/no-ignored-observable.md)| Disallow ignoring observables returned by functions. |||| 💭 ||
86
+
|[no-ignored-replay-buffer](docs/rules/no-ignored-replay-buffer.md)| Disallow using `ReplaySubject`, `publishReplay` or `shareReplay` without specifying the buffer size. | ✅ |||||
87
+
|[no-ignored-subscribe](docs/rules/no-ignored-subscribe.md)| Disallow calling `subscribe` without specifying arguments. |||| 💭 ||
88
+
|[no-ignored-subscription](docs/rules/no-ignored-subscription.md)| Disallow ignoring the subscription returned by `subscribe`. |||| 💭 ||
89
+
|[no-ignored-takewhile-value](docs/rules/no-ignored-takewhile-value.md)| Disallow ignoring the value within `takeWhile`. | ✅ |||||
Copy file name to clipboardExpand all lines: docs/rules/prefer-root-operators.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Disallow importing operators from `rxjs/operators` (`rxjs-x/prefer-import-root-operators`)
1
+
# Disallow importing operators from `rxjs/operators` (`rxjs-x/prefer-root-operators`)
2
2
3
3
🔧💡 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix) and manually fixable by [editor suggestions](https://eslint.org/docs/latest/use/core-concepts#rule-suggestions).
0 commit comments