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.
This commit is contained in:
Johannes Millan 2026-06-10 17:20:22 +02:00
parent d60ff6d55f
commit a5fa4bb515
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/naming-convention */
/**
* Integration test for the #8077 own-op-replay regression.
*

View file

@ -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 " +