Skip to content

Commit 4b959b3

Browse files
committed
chore: disable no-explicit-any for test helper
1 parent 4be85d8 commit 4b959b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__tests__/utils/compatResolveType.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import * as graphql from 'graphql';
22
import semver from 'semver';
33

4+
/* eslint-disable @typescript-eslint/no-explicit-any */
5+
46
/**
57
* GraphQL v16 changed how types are resolved, so we need to return a string
68
* for the type name for newer version, and the type itself to be compatible with older versions.

0 commit comments

Comments
 (0)