eslint-plugin-rxjs
Version:
ESLint rules for RxJS
11 lines (6 loc) • 343 B
Markdown
# 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)