You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade packages and modernize JavaScript for Node.js 22
- Update dependencies to latest compatible versions
- Add Prettier configuration with 4-space indentation
- Migrate ESLint to flat config with ECMAScript 2023 support
- Modernize JavaScript patterns:
- Convert var to const/let throughout codebase
- Replace string concatenation with template literals
- Convert anonymous functions to arrow functions
- Add async/await for better Promise handling
- Fix WebSocket router integration for express-ws
- Resolve Express compatibility issues for test suite
- Maintain backward compatibility with CommonJS modules
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments