feat: eslint 적용 및 관련 코드 일괄 수정

This commit is contained in:
2026-01-05 15:46:47 +00:00
parent cb312f02b3
commit c965b1120f
387 changed files with 39808 additions and 38800 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ and `legacy/hwe/sammo/VersionGitDynamic.php`.
`ActionLogger` aggregates logs for a general, nation, and global context:
- Buffers multiple log channels:
- General history/action/battle logs
- National history logs
- Global history/action logs
- General history/action/battle logs
- National history logs
- Global history/action logs
- Supports formatted prefixes (`PLAIN`, `YEAR_MONTH`, `NOTICE`, etc.).
- `flush()` emits buffered logs via helper functions
(`pushGeneralHistoryLog`, `pushGlobalHistoryLog`, etc.).