mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update linting dependency
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user