An ESLint formatter that extends the classic stylish reporter by also listing files that had no errors or warnings, providing a more complete summary of the linting run. Version 0.0.1 is the initial and only release so far. This package is a fork of the deprecated eslint-stylish formatter, adding verbose output for clean files.
npm install eslint-formatter-stylish-verboseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates installing and using the formatter via ESLint CLI to see verbose output including clean files.
Consider using the official stylish formatter (built-in) if verbose output is not needed.
Run `npm install --save-dev eslint-formatter-stylish-verbose`
Use `--format=stylish-verbose` on CLI or set `format: 'stylish-verbose'` in config.
No dependency data recorded yet.