UNPKG

eslint-plugin-rxjs

Version:
11 lines (6 loc) 343 B
# Use `just` instead of `of` (`just`) This rule enforces the use of `just` instead of `of`. Some other languages with Rx implementations use the former and this rule is for developers who have that preference. ## Options This rule has no options. ## Further reading - [Rename `of` to `just`](https://github.com/ReactiveX/rxjs/issues/3747)