Skip to content

Commit 334dbf5

Browse files
Ignore any in CommandManager.ts
1 parent a4294e2 commit 334dbf5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/src/packages/commands/CommandManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import type { Disposable } from "./Disposable";
1010
/**
1111
* A command function is a completely untyped command.
1212
*/
13+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1314
export type CommandFunction = (...args: any[]) => Promise<unknown>;
1415

1516
/**

0 commit comments

Comments
 (0)