From a2b26239814effc2e2f2d8b58d7c8b0f2eae87f0 Mon Sep 17 00:00:00 2001 From: toothlessdev Date: Fri, 10 May 2024 22:23:10 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ESLINT=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EA=B7=9C=EC=B9=99=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a81f380..3b05af1 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -8,9 +8,7 @@ module.exports = { "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "plugin:react-hooks/recommended", - "plugin:@tanstack/eslint-plugin-query/recommended", "plugin:prettier/recommended", - "plugin:storybook/recommended", ], parser: "@typescript-eslint/parser", parserOptions: { @@ -36,5 +34,5 @@ module.exports = { ], }, - ignorePatterns: ["server.js", ".eslintrc.cjs", "ssr.js"], + ignorePatterns: [".eslintrc.cjs"], };