Skip to content

Commit 8a6c196

Browse files
committed
chore(lint): any
1 parent 38315aa commit 8a6c196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// deno-lint-ignore-file no-explicit-any
2+
13
import type {
24
IExecutableSchemaDefinition,
35
} from "https://cdn.skypack.dev/@graphql-tools/schema?dts";
@@ -10,7 +12,6 @@ import type {
1012
} from "https://cdn.skypack.dev/@graphql-tools/utils?dts";
1113
import { sep } from "https://deno.land/std@0.155.0/path/mod.ts";
1214

13-
// deno-lint-ignore no-explicit-any
1415
export type Callable = (...args: any[]) => any;
1516

1617
export type GraphQLModule<

0 commit comments

Comments
 (0)