covalent icon indicating copy to clipboard operation
covalent copied to clipboard

ci: setup ESLint RxJS plugins

Open arturovt opened this issue 2 years ago • 1 comments

There're no functional changes in this PR. It only setups RxJS plugins to ensure that existing/subsequent observables are unsubscribed by developers. I've also replaced subscription = obs.subscribe with obs.pipe(takeUntil()).subscribe in some places to be consistent with the other code.

arturovt avatar Apr 11 '22 21:04 arturovt

@owilliams320 I've changed error to warning. Not sure why there're so many package-lock changes tho.

arturovt avatar Jul 26 '22 12:07 arturovt

:tada: This PR is included in version 4.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

owilliams320 avatar Aug 17 '22 19:08 owilliams320