diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 032b486..07deb2e 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -18,8 +18,9 @@ const eslintConfig = [ { argsIgnorePattern: '^_', varsIgnorePattern: '^_' - } - ] + }, + ], + '@typescript-eslint/no-explicit-any': 'off' } }) ];