ESLint Path Formatter

JSON →
library 0.1.1 ·javascript deprecated
verified Jun 4, 2026

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.