We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cf40a commit 58a2997Copy full SHA for 58a2997
src/configs/strict.ts
@@ -9,10 +9,12 @@ export const createStrictConfig = (
9
rules: {
10
'rxjs-x/no-async-subscribe': 'error',
11
'rxjs-x/no-create': 'error',
12
+ 'rxjs-x/no-explicit-generics': 'error',
13
'rxjs-x/no-exposed-subjects': 'error',
14
'rxjs-x/no-ignored-default-value': 'error',
15
'rxjs-x/no-ignored-error': 'error',
16
'rxjs-x/no-ignored-notifier': 'error',
17
+ 'rxjs-x/no-ignored-observable': 'error',
18
'rxjs-x/no-ignored-replay-buffer': 'error',
19
'rxjs-x/no-ignored-takewhile-value': 'error',
20
'rxjs-x/no-implicit-any-catch': ['error', { allowExplicitAny: false }],
@@ -21,6 +23,7 @@ export const createStrictConfig = (
21
23
'rxjs-x/no-nested-subscribe': 'error',
22
24
'rxjs-x/no-redundant-notify': 'error',
25
'rxjs-x/no-sharereplay': 'error',
26
+ 'rxjs-x/no-subclass': 'error',
27
'rxjs-x/no-subject-unsubscribe': 'error',
28
'rxjs-x/no-topromise': 'error',
29
'rxjs-x/no-unbound-methods': 'error',
0 commit comments