diff --git a/eslint.config.js b/eslint.config.js index 70942020..ddc843c4 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -55,6 +55,7 @@ module.exports = [ 'no-console': 'off', // Allow console in server code 'no-continue': 'off', // Allow continue statements 'no-plusplus': 'off', + 'react-hooks/exhaustive-deps': 'off', // Modern JavaScript practices 'prefer-const': 'error', // Enforce const for immutable bindings