From 2df0f0908e76958603734eb277f5cf0c8eb44ad7 Mon Sep 17 00:00:00 2001 From: 1119wj <1119wj@naver.com> Date: Tue, 5 Nov 2024 21:59:23 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EB=A6=B0=ED=8A=B8=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index bfaeb802..9d4a2e3b 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -26,6 +26,7 @@ module.exports = { ignore: ['css'], }, ], + 'react/react-in-jsx-scope': 'off', 'no-non-null-assertion': 'off', 'no-unused-vars': 'off', 'no-nested-ternary': 'error',