From 7dca3ecbc2c78ec434ef4639769d7b938585fded Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 5 Jan 2026 19:12:37 +0000 Subject: [PATCH] eslint warn --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index bac1491..57fbbb9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -72,7 +72,7 @@ export default tseslint.config( caughtErrors: 'none', }, ], - '@typescript-eslint/no-explicit-any': 'error', + '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-empty-object-type': 'off', }, },