Skip to content

Commit 6223f02

Browse files
committed
add eslint ignore for own library use
1 parent 066db13 commit 6223f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/execution/subscribe.ts

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import type {
1919
ExecutionResult,
2020
} from './execute';
2121
import {
22+
// eslint-disable-next-line import/no-deprecated
2223
assertValidExecutionArguments,
2324
buildExecutionContext,
2425
buildResolveInfo,
@@ -160,6 +161,7 @@ export async function createSourceEventStream(
160161

161162
// If arguments are missing or incorrectly typed, this is an internal
162163
// developer mistake which should throw an early error.
164+
// eslint-disable-next-line import/no-deprecated
163165
assertValidExecutionArguments(schema, document, variableValues);
164166

165167
// If a valid execution context cannot be created due to incorrect arguments,

0 commit comments

Comments
 (0)