Skip to main content

recommended-summary-only

Use this preset when you only want the final summary line and no live updates while ESLint is running.

import progress from "eslint-plugin-file-progress-2";

export default [progress.configs["recommended-summary-only"]];

Demo​

Demo of the recommended-summary-only preset showing only the final summary output.

Notice that the command is shown up front, but no live progress appears before the single final success line.

Recorded with Asciinema Recorder and Agg

Download the recorded cast

What it changes​

Choose this preset when deterministic output matters more than live feedback.