Switch from eslint to oxlint

Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-30 14:27:16 -05:00
committed by GitHub
parent 707921b9be
commit 806a66e006
606 changed files with 6026 additions and 3790 deletions

View File

@@ -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();