# @babel/eslint-parser

> ESLint parser that allows for linting of experimental syntax transformed by Babel

Latest version **8.0.1** (published 2026-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @babel/eslint-parser
pnpm add @babel/eslint-parser
yarn add @babel/eslint-parser
bun add @babel/eslint-parser
```

## Health

**Score 70/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 8.0.1 |
| Published | 2026-06-17 |
| First published | 2020-07-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | ^22.18.0 \|\| >=24.11.0 |
| Dependencies | 3 |
| Unpacked size | 88.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 43997 |
| Author | The Babel Team (https://babel.dev/team) |
| Maintainers | hzoo, existentialism, nicolo-ribaudo, jlhwung |

## Links

- npm: https://www.npmjs.com/package/@babel/eslint-parser
- Repository: https://github.com/babel/babel
- Homepage: https://babel.dev/
- Issues: https://github.com/babel/babel/issues
- npm.io page: https://npm.io/package/@babel/eslint-parser

## Dependencies (3)

- [semver](https://npm.io/package/semver.md) ^7.7.3
- [eslint-scope](https://npm.io/package/eslint-scope.md) ^9.1.0
- [eslint-visitor-keys](https://npm.io/package/eslint-visitor-keys.md) ^5.0.0

## Recent versions

- 8.0.1 (latest) — 2026-06-17
- 8.0.0-rc.6 (next) — 2026-05-25
- 7.24.5-pre.1 (next-eslint-9) — 2024-04-08
- 7.21.4-esm.4 (esm) — 2023-04-04
- 8.0.0 — 2026-06-16
- 7.29.7 — 2026-05-25
- 8.0.0-rc.5 — 2026-05-12
- 8.0.0-rc.4 — 2026-04-29
- 8.0.0-rc.3 — 2026-03-16
- 8.0.0-rc.2 — 2026-02-15
- 8.0.0-rc.1 — 2026-01-31
- 7.28.6 — 2026-01-12
- 8.0.0-beta.4 — 2026-01-12
- 7.28.5 — 2025-10-23
- 8.0.0-beta.3 — 2025-10-23
- … 86 more at https://npm.io/package/@babel/eslint-parser/versions

## README

# @babel/eslint-parser

> allows you to lint all valid Babel code with the fantastic ESLint

See our website [@babel/eslint-parser](https://babeljs.io/docs/babel-eslint-parser) for more information or the [issues](https://github.com/babel/babel/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22area%3A%20eslint%22) associated with this package.

## Install

Using npm:

```sh
npm install --save-dev @babel/eslint-parser
```

or using yarn:

```sh
yarn add @babel/eslint-parser --dev
```

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