Require the use of just instead of of (rxjs-x/just)

April 18, 2025 ยท View on GitHub

๐Ÿ”ง This rule is automatically fixable by the --fix CLI option.

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.

When Not To Use It

If you prefer of in your project, you will want to avoid this rule.

Further reading

  • Rename of to just

Resources

  • Rule source
  • Test source

Contents

  1. 1When Not To Use It
  2. 2Further reading
  3. 3Resources