From 336ee35d31243600aa99cf8634eebb9efe0a596b Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Fri, 7 Jun 2024 16:41:50 -0700 Subject: [PATCH] test: supress lint warning --- test/rules/graphql/entity-stats.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/rules/graphql/entity-stats.spec.ts b/test/rules/graphql/entity-stats.spec.ts index 9699ea2..86e3af2 100644 --- a/test/rules/graphql/entity-stats.spec.ts +++ b/test/rules/graphql/entity-stats.spec.ts @@ -2,7 +2,8 @@ import { describe } from 'node:test'; import { expect } from '@jest/globals'; import { FieldNode } from 'graphql'; -// @ts-expect-error +// eslint-disable-next-line @typescript-eslint/ban-ts-comment +// @ts-ignore import { GraphQLESTreeNode } from '@graphql-eslint/eslint-plugin/estree-converter/types'; import { mock } from 'jest-mock-extended';