From 539b8b7d91d0a76778e5f2d76aa126cef5e4bbf4 Mon Sep 17 00:00:00 2001 From: Ludy Date: Mon, 22 Sep 2025 22:17:27 +0200 Subject: [PATCH] Update frontend/eslint.config.mjs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 2ebffbe5c..262642fcb 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -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', }, }, {