From a5fa4bb515a783e7ab5468961fb211d9f3f51a7d Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 10 Jun 2026 17:20:22 +0200 Subject: [PATCH] chore: remove unused eslint-disable directives - src/test.ts: no-console does not apply outside src/app, so the eslint-disable-next-line directive was dead. - sync-local-only-hydration.integration.spec.ts: the file-level naming-convention disable no longer matches any violation. --- .../integration/sync-local-only-hydration.integration.spec.ts | 1 - src/test.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app/op-log/testing/integration/sync-local-only-hydration.integration.spec.ts b/src/app/op-log/testing/integration/sync-local-only-hydration.integration.spec.ts index 519fd32145..ba983c894b 100644 --- a/src/app/op-log/testing/integration/sync-local-only-hydration.integration.spec.ts +++ b/src/app/op-log/testing/integration/sync-local-only-hydration.integration.spec.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/naming-convention */ /** * Integration test for the #8077 own-op-replay regression. * diff --git a/src/test.ts b/src/test.ts index 07176ba7a0..e6167b113a 100644 --- a/src/test.ts +++ b/src/test.ts @@ -70,7 +70,6 @@ if (asyncActionProto && typeof asyncActionProto.execute === 'function') { if (this.closed) { if (!warnedOnce) { warnedOnce = true; - // eslint-disable-next-line no-console console.warn( '[test] Suppressed a leaked rxjs scheduler action (a cancelled ' + "action's timer fired after teardown). A spec is not tearing down " +