This package provides an ESLint formatter that displays errors with absolute paths and row/column on one line, leveraging source-map support for mapping errors to original source files. Version 0.1.1 is the current stable release; the package has not been updated since 2013 and relies on an unreleased ESLint API, making it potentially incompatible with modern ESLint versions. It is ideal for tools like WebStorm that use RegExp-based output filters to create clickable error links. Notable alternatives include the built-in ESLint formatters (e.g., stylish, unix) or the eslint-formatter-autoloadable package.
npm install eslint-path-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and use the formatter programmatically with sample ESLint results.
Use built-in ESLint formatters or alternative packages like eslint-formatter-autoloadable.
Update to a maintained formatter or patch the package internally.
Use `'./node_modules/eslint-path-formatter'` or `require.resolve('eslint-path-formatter')`.Ensure sourceMappingURL comments are present in processed files, or disable source-map feature by overriding options.
Run 'npm install eslint-path-formatter' and ensure the formatter path is correctly specified (e.g., './node_modules/eslint-path-formatter').
Use const formatter = require('eslint-path-formatter'); (no .default).Update to a modern ESLint formatter or patch the package to handle new result format.
No dependency data recorded yet.