From 7e58f7bac4be7fd17f7719ce83bfdafc01411784 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 5 Jan 2026 17:07:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20'@typescript-eslint/no-explicit-any'=20?= =?UTF-8?q?=EA=B7=9C=EC=B9=99=EC=9D=84=20=EA=B2=BD=EA=B3=A0=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=98=A4=EB=A5=98=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 57fbbb9..bac1491 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -72,7 +72,7 @@ export default tseslint.config( caughtErrors: 'none', }, ], - '@typescript-eslint/no-explicit-any': 'warn', + '@typescript-eslint/no-explicit-any': 'error', '@typescript-eslint/no-empty-object-type': 'off', }, },