An ESLint formatter that displays a tree overview of files with errors and warnings, showing rule names and line:column positions. Current stable version is 2.0.0. Release cadence is low, with sparse updates. Differentiators: simple, visually clean tree output; supports an environment variable to show all files (even without errors). Alternative to built-in formatters like 'stylish' or 'compact'.
npm install eslint-formatter-overviewNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to run ESLint with the overview formatter via CLI and programmatic Node.js usage.
Use require('eslint-overview-formatter') instead of import.Run with OVERVIEW_FORMATTER_SHOW_ALL=true before the eslint command.
Consider using eslint-formatter-pretty or custom formatter.
Use --format ./node_modules/eslint-overview-formatter or register it in .eslintrc.
Replace with const formatter = require('eslint-overview-formatter');Use require() in a CommonJS context or convert project to ESM.
No dependency data recorded yet.