Skip to content

Commit b846a53

Browse files
chore: this rule is already enabled in rxjs strict config
1 parent 5c0ea78 commit b846a53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bhs-web-angular-app/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ export default tseslint.config(gitignore(), {
195195
'rxjs-x/suffix-subjects': 'warn',
196196
'rxjs-x/no-ignored-subscribe': 'warn',
197197
'rxjs-x/no-ignored-subscription': 'warn',
198-
'rxjs-x/no-floating-observables': 'error',
199198
// #endregion RxJS
200199
// #region TypeScript
201200
// Use Array<T> for all types.

0 commit comments

Comments
 (0)