# eslint-formatter-unix

> ESLint’s official `unix` formatter, unofficially published as a standalone module

Latest version **9.0.1** (published 2025-10-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-formatter-unix
pnpm add eslint-formatter-unix
yarn add eslint-formatter-unix
bun add eslint-formatter-unix
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 9.0.1 |
| Published | 2025-10-23 |
| First published | 2021-03-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | ^18.18.0 \|\| ^20.9.0 \|\| >=21.1.0 |
| Dependencies | 0 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 35 |
| Author | Nicholas C. Zakas |
| Maintainers | fregante, eslint-community-bot |
| Keywords | lint, javascript, ecmascript |

## Links

- npm: https://www.npmjs.com/package/eslint-formatter-unix
- Repository: https://github.com/fregante/eslint-formatters
- Homepage: https://github.com/fregante/eslint-formatters/tree/main/packages/eslint-formatter-unix
- Issues: https://github.com/fregante/eslint-formatters/issues
- npm.io page: https://npm.io/package/eslint-formatter-unix

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 9.0.1 (latest) — 2025-10-23
- 9.0.0 — 2025-10-23
- 8.40.0 — 2023-05-12
- 8.39.0 — 2023-04-25
- 8.3.0 — 2021-11-27
- 0.1.0 — 2021-03-06
- 0.0.5 — 2021-03-06
- 0.0.3 — 2021-03-06
- 0.0.2 — 2021-03-05
- 0.0.1 — 2021-03-04
- 0.0.0 — 2021-03-04

## README

# eslint-formatter-unix

> ESLint's `unix` formatter as a standalone package

## Demo

```
foo.js:5:10: Unexpected foo. [Error/foo]
bar.js:6:11: Unexpected bar. [Warning/bar]
baz.js:1:1: Fatal error parsing file. [Error]

3 problems
```

---
_Source: https://npm.io/package/eslint-formatter-unix · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
