Commit 72a9dba
ComBbaJunior
✨ Add ESLint configuration and fix all linting warnings
- Add eslint.config.mjs with TypeScript support
- Install @eslint/js, eslint, typescript-eslint
- Fix unused imports (real, VideoInfo, CollectResult, sortMap)
- Fix unused variables (MAX_VIDEO_AGE_DAYS, catch error vars)
- Replace 'any' types with proper type assertions
- All 11 warnings resolved, lint now passes cleanly
- All 17 tests still passing1 parent 3c5b7b7 commit 72a9dba
File tree
9 files changed
+1261
-24
lines changed- src
- db
- routes
- services
9 files changed
+1261
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments