Open splincode opened 2 years ago
tap
, switchMap
and mapTo
can come before but not after takeUntil
.
A list of what can be after takeUntil
can be found here:
https://github.com/cartant/eslint-plugin-rxjs/blob/main/source/rules/no-unsafe-takeuntil.ts
Hello, could you help me? what am I doing wrong in this situation?
https://github.com/Tinkoff/taiga-ui/blob/main/projects/addon-mobile/directives/ripple/ripple.directive.ts#L103
taiga-ui kit have some code
takeUntil(touchMove$)
but this line should not move, however the linter considers it an error, what should I do?