From bec114aeece377bbdd09612215e5aa9483589351 Mon Sep 17 00:00:00 2001 From: kang-heewon Date: Fri, 19 Sep 2025 12:14:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20graphql=EC=9D=84=20=EC=98=88=EC=99=B8?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/utils-eslint-config/src/rules/typescript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utils-eslint-config/src/rules/typescript.js b/packages/utils-eslint-config/src/rules/typescript.js index 41f1eb2f3..25c094828 100644 --- a/packages/utils-eslint-config/src/rules/typescript.js +++ b/packages/utils-eslint-config/src/rules/typescript.js @@ -76,7 +76,7 @@ const typescriptRules = { selector: ['default', 'variable', 'typeLike', 'typeProperty'], format: null, filter: { - regex: '(VStack|HStack|ZStack|CSS|Pretendard|HTML|ZIndex|JSON)', + regex: '(VStack|HStack|ZStack|CSS|Pretendard|HTML|ZIndex|JSON|GraphQL|graphQLErrors)', match: true, }, },