eslint-formatter-checkstyle-relative-paths

JSON →
library 1.0.1 ·javascript
verified Jun 4, 2026

An ESLint formatter that outputs Checkstyle XML with file paths relative to the current working directory, helping cross-platform CI and local reproducibility. Version 1.0.1 is the latest and only stable release; it is a simple tweak of ESLint's built-in checkstyle formatter. Unlike the default formatter (which uses absolute paths), this formatter uses relative paths, ensuring consistent output across different environments (e.g., developer machines and CI servers). It has no dependencies and requires no configuration beyond specifying the formatter path. This package is ideal for teams using tools that expect relative paths in Checkstyle reports.