Update dependency "eslint" to v9.x

v9.39.4
This commit is contained in:
schroda
2026-03-10 10:59:38 +01:00
parent d8673e2307
commit 22e1b6d224
29 changed files with 877 additions and 738 deletions

View File

@@ -20,7 +20,6 @@ import { enhancedCleanup } from '@/base/utils/Strings.ts';
const queue = new Queue((navigator.hardwareConcurrency ?? 5) - 1);
const MANGAS_PER_CHUNK = 200;
// eslint-disable-next-line no-restricted-globals
self.onmessage = async (event: MessageEvent<LibraryDuplicatesWorkerInput>) => {
const { mangas, checkAlternativeTitles } = event.data;