eslint-formatter-interactive is an ESLint formatter (v1.1.0) that provides an interactive terminal interface to navigate and inspect large numbers of lint issues. It summarizes results and allows grouping by rule or file, then shows detailed output via ESLint's stylish formatter. Requires eslint >=8.40.0 and an interactive shell (not suitable for CI). It is intended to be installed with --no-save and used via npx. Differentiates from eslint-nibble by offering group selection and planned autofix integration.
npm install eslint-formatter-interactiveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs eslint-formatter-interactive without saving to package.json, then runs ESLint on the current directory using the interactive formatter.
Only use in local development. Do not include in lint scripts run by CI.
Use `npm install --no-save eslint-formatter-interactive` or run via `npx` without installing.
Upgrade ESLint to version 8.40.0 or later.
Ensure ESLint is >=8.40.0 and <9.0.0. Consider pinning ESLint to a compatible version.
Reinstall the package: `npm install --no-save eslint-formatter-interactive`.
Run `npm install --no-save eslint-formatter-interactive` first, then use `--format interactive`.