mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Switch from eslint to oxlint
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,7 @@ describe('toWebStream', () => {
|
||||
|
||||
// Some sort of mismatch between Node's expectation for ReadStream and
|
||||
// what TS says ReadStream is in WebAPIs.
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
const node = Readable.fromWeb(web as any);
|
||||
node.on('data', () => {
|
||||
node.destroy();
|
||||
|
||||
Reference in New Issue
Block a user