mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-20 14:12:59 +03:00
- ESLint: freeze 6 React Compiler rules (react-hooks/set-state-in-effect, preserve-manual-memoization, immutability, static-components, refs, purity) newly enabled by eslint-plugin-react-hooks v7 and never suppressed, via --suppress-rule (219 -> 0 errors, same pattern as the existing no-location-assign-relative-destination precedent). - check:dead-code: remove 2 symbols dead since PR #10148 (src/lib/quota/providerCapabilities.ts, ProviderQuotaMonitor interface), rebaseline the unattributable residual +1 (418 -> 416, documented). - tests/unit/autoCombo/tieredRotation.test.ts: widen one test's timeout to 20000ms — 200 synchronous selectProvider() calls were hitting vitest's 5000ms default under shared-devbox contention; assertion unchanged. Refs #9985.