From 5cf772b3c12aad4d7600964bc35d50e41ed5f665 Mon Sep 17 00:00:00 2001 From: Cuzz Date: Tue, 12 Sep 2023 21:52:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20eslint=20=EB=A3=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8ec45dd..be74855 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,12 +17,14 @@ "simple-import-sort/exports": "error", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/strict-boolean-expressions": "off", "react/jsx-props-no-spreading": "off", "consistent-return": "off", "@typescript-eslint/no-misused-promises": [2, { "checksVoidReturn": { "attributes": false } - }] + }], + "@next/next/no-img-element": "off" } }