build: 引入 ESLint 防回潮基建 + 清理存量未使用 import

This commit is contained in:
2026-06-17 20:53:23 +08:00
parent a0018353ec
commit 1adcda08b3
15 changed files with 1580 additions and 55 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ interface ErrorReport {
sessionId?: string;
}
let reportQueue: ErrorReport[] = [];
const reportQueue: ErrorReport[] = [];
let flushTimer: ReturnType<typeof setTimeout> | null = null;
function getSessionId(): string | undefined {