Skip to content

Commit 539845a

Browse files
committed
fix: lint errors - remove trailing newlines and unused directive
1 parent ce87cc3 commit 539845a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/lib/cp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,5 @@ function isBinaryData(data: Buffer): boolean {
353353
*/
354354
function getWebSocket(): typeof import('ws') {
355355
// In Node.js, we use the 'ws' package
356-
// eslint-disable-next-line @typescript-eslint/no-var-requires
357356
return require('ws');
358357
}
359-

src/lib/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
*/
77

88
export * from './cp';
9-

0 commit comments

Comments
 (0)