ESLint's official 'unix' formatter republished as a standalone npm package (v9.0.1). Provides the classic Unix-style output format for ESLint results, showing file:line:column: message for each problem. This package is published by the community to allow using the formatter without depending on the full eslint package. Active development with stable releases; ships TypeScript types. Key differentiator: lightweight alternative to bundling the entire ESLint for CI or custom tooling.
npm install eslint-formatter-unixNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use the formatter with ESLint's programmatic API.
Ensure input is from ESLint's `ESLint` class or a compatible result array.
Pin ESLint to a compatible version or test after upgrade.
Use `import formatter from 'eslint-formatter-unix'` or `const formatter = require('eslint-formatter-unix')`.Run `npm install eslint-formatter-unix`.
No dependency data recorded yet.