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â
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
What it changesâ
- registers the
file-progressplugin - enables
file-progress/activateatwarn - sets
mode: "summary-only"
Choose this preset when deterministic output matters more than live feedback.