An ESLint formatter that outputs linting results with code snippets using babel-code-frame. Version 1.0.2 is stable (no further releases expected). This package enhances readability by showing the exact lines of code where errors and warnings occur, similar to babel's error output. It is a lightweight alternative to other ESLint formatters that only show file, line, column, and message. No breaking changes since its initial release; maintained in maintenance mode.
npm install eslint-codeframe-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure the formatter in .eslintrc.js or use via CLI.
Use ESLint <9 or switch to an actively maintained formatter.
No workaround; consider other formatters if customization is needed.
npm install --save-dev eslint-codeframe-formatter
Use require('eslint-codeframe-formatter') instead of import.No dependency data recorded yet.