Update frontend/eslint.config.mjs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ludy 2025-09-22 22:17:27 +02:00 committed by GitHub
parent 3517f22c23
commit 539b8b7d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ export default defineConfig(
},
rules: {
'react-hooks/exhaustive-deps': 'warn',
'react-hooks/rules-of-hooks': 'warn',
'react-hooks/rules-of-hooks': 'error',
},
},
{