Why eslint-plugin-import Takes 58 Seconds on 10,000 Files — And Where the Time Actually Goes
A lint-performance post-mortem with the result JSON attached: 58.67s vs 11.26s on 10,000 files, and 148.59s vs 2.71s for no-cycle alone at 5,000 (eslint-plugin-import 2.32.0 vs eslint-plugin-import-next 2.3.3, measured 2026-01-02). What I can prove about the cause, and what I can't.
#eslint#javascript#performance+1