Avoid subclassing RxJS classes (no-subclass)

October 22, 2020 ยท View on GitHub

This rule effects failures if an RxJS class is subclassed. Developers are encouraged to avoid subclassing RxJS classes, as some public and protected implementation details might change in the future.

Options

This rule has no options.