diff --git a/eslint.config.mjs b/eslint.config.mjs index 99f9d24..4eeca3b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -74,12 +74,9 @@ export default [ 'eslint-comments/no-unused-disable': 'off', 'i18n-text/no-en': 'off', 'import/no-namespace': 'off', - 'import/no-unresolved': 'off', 'no-console': 'off', 'no-shadow': 'off', 'no-unused-vars': 'off', - '@typescript-eslint/no-explicit-any': 'warn', - '@typescript-eslint/no-unused-vars': 'warn', 'prettier/prettier': 'error' } }