Skip to content

Commit a23df26

Browse files
committed
chore: remove unnecessary eslint disables
1 parent 1e97eeb commit a23df26

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/shared/streams.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
21
import { PassThrough } from 'stream';
32

43
export class FileWriteStream extends PassThrough {

test/tus.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
21
import { join } from 'path';
32
import request from 'supertest';
43
import { parseMetadata, serializeMetadata, tus, Tus, TUS_RESUMABLE } from '../packages/core/src';

0 commit comments

Comments
 (0)