Skip to content

Omnibus v1.1.0-beta.049

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:00
· 1 commit to main since this release

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