mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Switch from eslint to oxlint
This commit is contained in:
@@ -283,6 +283,8 @@ async function main() {
|
||||
|
||||
await fs.writeFile(destinationPath, output);
|
||||
}
|
||||
|
||||
// oxlint-disable-next-line promise/prefer-await-to-then
|
||||
main().catch(error => {
|
||||
console.error(error);
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user