mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
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:
parent
d60ff6d55f
commit
a5fa4bb515
2 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
/**
|
||||
* Integration test for the #8077 own-op-replay regression.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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 " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue