From 5db7e2ddf784254caedc208669d5700a73b92d98 Mon Sep 17 00:00:00 2001 From: Seok93 Date: Mon, 26 Aug 2024 17:30:08 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20#63=20ESLint=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=97=90=20=ED=8F=AC=ED=95=A8=EB=90=9C=20=EA=B3=B5=EB=B0=B1?= =?UTF-8?q?=EB=AC=B8=EC=9E=90=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index f371b641..fc5966c4 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -26,7 +26,7 @@ module.exports = { 'no-return-assign': 'warn', 'no-unused-vars': 'warn', 'no-cond-assign': 'off', - 'no-plusplus': ' warn', + 'no-plusplus': 'warn', 'react/react-in-jsx-scope': 'off', 'react/prop-types': 'off', 'react/require-default-props': 'off',