chore(lint): drop stale repo lint comments

This commit is contained in:
Vincent Koc
2026-04-06 16:01:12 +01:00
parent 7f336aba56
commit 9c3d9c5c18
13 changed files with 1 additions and 35 deletions

View File

@@ -150,7 +150,6 @@ describe("CronService read ops while job is running", () => {
if (!internal.state?.running) {
break;
}
// eslint-disable-next-line no-await-in-loop
await Promise.resolve();
}
expect(internal.state?.running).toBe(false);