chore: Update linting dependency

This commit is contained in:
Joachim Van Herwegen
2023-12-08 13:30:44 +01:00
parent 6c1c935260
commit 3a9b0d69f0
9 changed files with 1575 additions and 4141 deletions

View File

@@ -144,7 +144,6 @@ export function transformSafely<T = any>(
source: NodeJS.ReadableStream,
{
transform = function(data): void {
// eslint-disable-next-line ts/no-invalid-this
this.push(data);
},
flush = (): null => null,