diff --git a/eslint.config.mjs b/eslint.config.mjs index a134c30..0f88616 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -25,8 +25,9 @@ export default defineConfig( { rules: { '@typescript-eslint/no-explicit-any': 'off', - 'no-undef': 'off', - 'no-console': 'error' + 'no-alert': 'error', + 'no-console': 'error', + 'no-undef': 'off' } } );