Skip to content

Commit bc32335

Browse files
docs(no-floating-observables): add rename to migration guide
1 parent b7ed282 commit bc32335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ There are some breaking changes:
1717
- If you need to continue using this old format, use the original `eslint-plugin-rxjs` or a different fork.
1818
- The plugin namespace specified in the `recommended` config was changed from `rxjs` to `rxjs-x`.
1919
- 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`.
2021

2122
A complete description of all changes are documented in the [CHANGELOG](CHANGELOG.md) file.
2223

0 commit comments

Comments
 (0)