v1.1.0-beta.049 - chore(lint): remove dead imports, stop flagging idiomatic catch bindings
๐งน Dead code
- Removed ~67 unused imports / dead declarations across 33 files: unused lucide icons + UI components, Node builtins (fs/path/os/crypto/axios), an unused StatusType alias, and a stray
import { title } from 'process'in manga-detector
โ๏ธ Config
- no-unused-vars caughtErrors: 'none' โ don't flag idiomatic unused
catch (e)bindings (cleared 227 warnings without 227 churn edits)
๐ Result
- Warnings 1413 -> 1119, errors still 0. Remaining are intentionally kept for case-by-case review: 928 no-explicit-any, 72 unescaped-entities, 49 vs next/image, 15 hook-deps, ~50 unused args/locals
โ Verification
- tsc clean; eslint . 0 errors; vitest 230 passed