Switch from eslint to oxlint

This commit is contained in:
Jamie
2026-03-27 13:40:46 -07:00
committed by GitHub
parent 224bb811e1
commit caa10d02c3
606 changed files with 6026 additions and 3790 deletions

View File

@@ -46,7 +46,7 @@ const fallbackMessages = JSON.parse(
const nsisStrings = new Array<string>();
for (const lang of REQUIRED_LANGUAGES) {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
// oxlint-disable-next-line typescript/no-non-null-assertion
const langId = LCID[lang] ?? LCID.en_US!;
if (USED.has(langId)) {
continue;