Files
OmniRoute/config
diegosouzapw 7a73f15dce chore(quality): drop two stale ESLint suppression entries
#12653 and #12358 fixed the violations these covered but left the entries
behind, and eslint treats a suppression with nothing left to suppress as an
error. That blocks the pre-commit hook on any commit whose staged set
includes either file.

- open-sse/services/imageCombo.ts (no-unused-vars)
- tests/unit/chat-helpers.test.ts (no-explicit-any)

A ratchet tightening, not a rebaseline: both counts go to zero by deletion.
The three no-explicit-any errors remaining in
tests/unit/volcengine-plan-binding-upsert.test.ts are untouched here — that
is the pre-existing base-red #13215 tracks.
2026-09-11 20:37:57 -03:00
..