mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 15:23:36 +01:00
Switch from eslint to oxlint
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -108,7 +108,7 @@ describe('upload', () => {
|
||||
let err: unknown;
|
||||
try {
|
||||
// Again, these should be run serially.
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
// oxlint-disable-next-line no-await-in-loop
|
||||
await upload({ content: 'hello world', appVersion: '1.2.3', logger });
|
||||
} catch (e) {
|
||||
err = e;
|
||||
|
||||
Reference in New Issue
Block a user