Skip to content

Commit

Permalink
Disable any lint rule here
Browse files Browse the repository at this point in the history
  • Loading branch information
martin308 committed Dec 29, 2022
1 parent 0fdb1a5 commit 0f24c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { URL } from 'url';
import EventSource from './eventsource';

interface Logger {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
error(message: string, ...parameters: any[]): void;
}

Expand Down

0 comments on commit 0f24c21

Please sign in to comment.