aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/server/routes
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 23:47:35 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 23:47:35 +0900
commit3cfa0f5c029113a2ada8e8663767a654150ba8c3 (patch)
tree0ed8b65c4283079260cadd509e5f68733479a689 /src/server/routes
parentf0635f9beb0ff85bbea2264a1b19160f0beed257 (diff)
downloadkioku-3cfa0f5c029113a2ada8e8663767a654150ba8c3.tar.gz
kioku-3cfa0f5c029113a2ada8e8663767a654150ba8c3.tar.zst
kioku-3cfa0f5c029113a2ada8e8663767a654150ba8c3.zip
chore: fix all lint errors and warnings
- Remove unused imports in repositories.ts and sync.test.ts - Replace non-null assertions with type casts in HomePage.test.tsx - Use semantic <output> element instead of div with role="status" - Use semantic <button> element instead of div with role="button" - Remove useless React fragment in StudyPage.tsx - Fix useCallback dependencies for handleFlip and handleRating 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'src/server/routes')
-rw-r--r--src/server/routes/sync.test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/routes/sync.test.ts b/src/server/routes/sync.test.ts
index 9deb5ac..e1b389f 100644
--- a/src/server/routes/sync.test.ts
+++ b/src/server/routes/sync.test.ts
@@ -4,7 +4,6 @@ import { beforeEach, describe, expect, it, vi } from "vitest";
import { errorHandler } from "../middleware/index.js";
import type {
SyncPullResult,
- SyncPushData,
SyncPushResult,
SyncRepository,
} from "../repositories/sync.js";