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.