mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Switch from eslint to oxlint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user