Skip to content

Commit 9b486c9

Browse files
committed
Fix linter
1 parent 561cdb2 commit 9b486c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Proxy, ConnectionPair } from './proxy';
22
import type { FullMessage } from './parse';
3-
import { inspect } from 'util';
43
import { EJSON } from 'bson';
54

65
const ndjson = process.argv[2] === '--ndjson';

test/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ describe('bin', function() {
7373
if (!port) {
7474
const match = stdout.match(/Listening on(.+)forwarding/);
7575
if (match) {
76+
// eslint-disable-next-line no-eval
7677
port = eval(`(${match[1]}).port`);
7778
resolve();
7879
}

0 commit comments

Comments
 (0)