From 06bca2a4a92a2bceec81b22cfc340ced49cfe3c1 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 5 Jan 2026 19:53:17 +0000 Subject: [PATCH] Revert "eslint warn" This reverts commit 7dca3ecbc2c78ec434ef4639769d7b938585fded. --- 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', }, },