[fix] eslint rules

This commit is contained in:
PauI Ostrovckij
2025-09-12 11:58:23 +03:00
parent e89c588f96
commit a30e0aefe9

View File

@ -55,7 +55,6 @@ 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