Skip to content

Commit

Permalink
remove unnecessary eslint lint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent fe5e4a1 commit 09cac54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/socks-proxy-agent/test/test.ts
Expand Up @@ -20,7 +20,6 @@ describe('SocksProxyAgent', () => {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let socksServer: any;
let socksServerUrl: URL;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
let socksServerHost: string | null = null;

beforeEach(async () => {
Expand Down

0 comments on commit 09cac54

Please sign in to comment.