Make lint happy

This commit is contained in:
Kalle
2022-09-14 14:06:52 +03:00
parent e48465b66a
commit 18c2d3bbab
4 changed files with 5 additions and 4 deletions

View File

@@ -365,6 +365,7 @@ function writeTranslationsJsons(arr: TranslationArray) {
}
function logWeaponIds(weapons: Record<number, MainWeaponParams>) {
// eslint-disable-next-line no-console
console.log(JSON.stringify(Object.keys(weapons).map(Number)));
}