From 1859f659870bb34e8dbb6c497925f764088c2663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=84=EB=AF=BC=EC=B0=AC?= <132974029+wjzlskxk@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:07:46 +0900 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 036df47..a00a18f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,8 @@ "unused-imports/no-unused-vars": [ "warn", { "vars": "all", "varsIgnorePattern": "^_", "args": "after-used", "argsIgnorePattern": "^_" } - ] + ], + "@typescript-eslint/no-non-null-asserted-optional-chain": "off" } }