recommended-detailed
Use this preset when you want the final success summary to include duration, file count, throughput, exit code, and problem status by default.
import progress from "eslint-plugin-file-progress-2";
export default [progress.configs["recommended-detailed"]];
Demoâ
Notice that live file updates stay visible, then the final summary expands into aligned timing and throughput metrics.
Recorded with Asciinema Recorder and Agg
What it changesâ
It enables file-progress/activate with:
{
detailedSuccess: true,
}
Use this preset when you want a richer completion summary but still want normal per-file live progress.
