[fix] eslint

This commit is contained in:
PauI Ostrovckij
2025-09-12 04:10:42 +03:00
parent d719dd1cce
commit ddff49ea24

View File

@ -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