recommended-compact
Use this preset when you want a live spinner but do not want per-file path repainting.
import progress from "eslint-plugin-file-progress-2";
export default [progress.configs["recommended-compact"]];
Demoâ
Notice that live feedback stays on one generic progress line instead of repainting each file path.
Recorded with Asciinema Recorder and Agg
What it changesâ
- registers the
file-progressplugin - enables
file-progress/activateatwarn - sets
mode: "compact"
This is the lowest-noise live mode the plugin ships with.
