[skip ci] Re-add removed lint rules

This commit is contained in:
schroda
2026-03-14 02:10:25 +01:00
parent 0a643655ad
commit 80829febb2
10 changed files with 18 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ const extractTranslations = (poContent: string): Map<string, string> =>
return translations;
}
const msgId = msgIdMatch[1];
const [, msgId] = msgIdMatch;
if (!TARGET_MSG_IDS.has(msgId as MangaTypeMsgId)) {
return translations;
}