eslint-formatter-formattify is a custom ESLint formatter that outputs beautifully formatted lint results with enhanced readability. As of version 4.1.0 (stable), it supports ESLint >= 6.x and requires Node.js >= 12. It provides colorized output, file grouping, and summary statistics. Unlike standard formatters, it offers a clean, human-readable display suitable for CI pipelines or local development. The package ships TypeScript type definitions. Maintenance is active with regular updates.
npm install eslint-formatter-formattifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using eslint-formatter-formattify to format ESLint results with the default export function.
Use 'import formattify from 'eslint-formatter-formattify'' instead of require().
Always pass an array, even for a single file: formattify([result]).
Upgrade ESLint to version 6.x or later.
Use: import formattify from 'eslint-formatter-formattify'
Install: npm install eslint-formatter-formattify --save-dev; ensure Node >= 12 and ES modules enabled.
Pass an array: formattify([result])
No dependency data recorded yet.