mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[fix] eslint rules
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user