UNPKG

eslint-plugin-rxjs

Version:
7 lines (4 loc) 288 B
# Avoid subclassing RxJS classes (`no-subclass`) 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.