We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ed282 commit bc32335Copy full SHA for bc32335
README.md
@@ -17,6 +17,7 @@ There are some breaking changes:
17
- If you need to continue using this old format, use the original `eslint-plugin-rxjs` or a different fork.
18
- The plugin namespace specified in the `recommended` config was changed from `rxjs` to `rxjs-x`.
19
- e.g. In your ESLint config, `rxjs/no-subject-value` should be renamed to `rxjs-x/no-subject-value`.
20
+- The rule `rxjs/no-ignored-observable` is renamed to `rxjs-x/no-floating-observables`.
21
22
A complete description of all changes are documented in the [CHANGELOG](CHANGELOG.md) file.
23
0 commit comments