tractatus/src/utils
TheFlow 7f6192cbd6 refactor(lint): fix code style and unused variables across src/
- Fixed unused function parameters by prefixing with underscore
- Removed unused imports and variables
- Applied eslint --fix for automatic style fixes
  - Property shorthand
  - String template literals
  - Prefer const over let where appropriate
  - Spacing and formatting

Reduces lint errors from 108+ to 78 (61 unused vars, 17 other issues)

Related to CI lint failures in previous commit

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 20:15:26 +13:00
..
db.util.js refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00
document-section-parser.js refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00
jwt.util.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
logger.util.js refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00
markdown.util.js refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00
mongoose.util.js refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00
security-logger.js refactor(lint): fix code style and unused variables across src/ 2025-10-24 20:15:26 +13:00