diff --git a/eslint.config.js b/eslint.config.js index 5b8b9953..7f1d3d45 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -52,7 +52,7 @@ export default [ // Disabled for PRs to be merged 'react/jsx-key': 'off', '@typescript-eslint/no-unused-vars': 'off', - '@typescript-eslint/no-explicit-any': 'off', + // '@typescript-eslint/no-explicit-any': 'off', // '@typescript-eslint/no-empty-object-type': 'off', // 'no-case-declarations': 'off', // 'react/no-unescaped-entities': 'off',