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

@@ -51,10 +51,10 @@ export async function afterPack({
'Replacing electron framework symlink with real folder',
sourcePath
);
// eslint-disable-next-line no-await-in-loop
// oxlint-disable-next-line no-await-in-loop
await rm(targetPath, { recursive: true, force: true });
// eslint-disable-next-line no-await-in-loop
// oxlint-disable-next-line no-await-in-loop
await fs.rename(sourcePath, targetPath);
}