Skip to content

Commit 3f32a30

Browse files
feat(strict): allow single next callback in strict subscribe
1 parent 64f4337 commit 3f32a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/strict.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const createStrictConfig = (
2929
'rxjs-x/no-unbound-methods': 'error',
3030
'rxjs-x/no-unsafe-subject-next': 'error',
3131
'rxjs-x/no-unsafe-takeuntil': 'error',
32-
'rxjs-x/prefer-observer': ['error', { allowNext: false }],
32+
'rxjs-x/prefer-observer': 'error',
3333
'rxjs-x/prefer-root-operators': 'error',
3434
'rxjs-x/throw-error': ['error', { allowThrowingAny: false, allowThrowingUnknown: false }],
3535
},

0 commit comments

Comments
 (0)