Skip to main content

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​

Demo of the recommended-detailed preset showing live progress plus a detailed completion summary.

Notice that live file updates stay visible, then the final summary expands into aligned timing and throughput metrics.

Recorded with Asciinema Recorder and Agg

Download the recorded cast

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.