# angular-eslint

> The tooling which enables ESLint to work with Angular projects

Latest version **22.5.0** (published 2026-09-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install angular-eslint
pnpm add angular-eslint
yarn add angular-eslint
bun add angular-eslint
```

## Health

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

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 22.5.0 |
| Published | 2026-09-07 |
| First published | 2021-04-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 25.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1784 |
| Maintainers | jameshenry |

## Links

- npm: https://www.npmjs.com/package/angular-eslint
- Repository: https://github.com/angular-eslint/angular-eslint
- Issues: https://github.com/angular-eslint/angular-eslint/issues
- npm.io page: https://npm.io/package/angular-eslint

## Dependencies (9)

- [@angular-devkit/core](https://npm.io/package/@angular-devkit/core.md) >= 22.0.0 < 23.0.0
- [@angular-eslint/builder](https://npm.io/package/@angular-eslint/builder.md) 22.5.0
- [@typescript-eslint/types](https://npm.io/package/@typescript-eslint/types.md) ^8.0.0
- [@typescript-eslint/utils](https://npm.io/package/@typescript-eslint/utils.md) ^8.0.0
- [@angular-devkit/schematics](https://npm.io/package/@angular-devkit/schematics.md) >= 22.0.0 < 23.0.0
- [@angular-eslint/schematics](https://npm.io/package/@angular-eslint/schematics.md) 22.5.0
- [@angular-eslint/eslint-plugin](https://npm.io/package/@angular-eslint/eslint-plugin.md) 22.5.0
- [@angular-eslint/template-parser](https://npm.io/package/@angular-eslint/template-parser.md) 22.5.0
- [@angular-eslint/eslint-plugin-template](https://npm.io/package/@angular-eslint/eslint-plugin-template.md) 22.5.0

## Recent versions

- 22.5.0 (latest) — 2026-09-07
- 22.5.1-alpha.5 (canary) — 2026-09-17
- 19.8.1 (previous) — 2025-06-19
- 20.0.0-beta.1 (prerelease-v20) — 2025-06-02
- 19.4.1-pr-2451-1 (prerelease-v19) — 2025-05-25
- 18.0.0-alpha.16 (rc-v18) — 2024-05-28
- 22.5.1-alpha.4 — 2026-09-14
- 22.5.1-alpha.3 — 2026-09-13
- 22.5.1-alpha.2 — 2026-09-13
- 22.5.1-alpha.1 — 2026-09-08
- 22.5.1-alpha.0 — 2026-09-07
- 22.4.1-alpha.2 — 2026-09-07
- 22.4.1-alpha.1 — 2026-09-07
- 22.4.1-alpha.0 — 2026-09-07
- 22.4.0 — 2026-09-07
- … 545 more at https://npm.io/package/angular-eslint/versions

## README

# angular-eslint

Please see https://github.com/angular-eslint/angular-eslint for full usage instructions and guidance.

This is the core package that exposes most of the other `@angular-eslint/` packages for the common use case of using `angular-eslint` with Angular CLI workspaces.

It exposes all the tooling you need to work with ESLint and `typescript-eslint` using flat config. If you need finer-grained control you can use a combination of the `@angular-eslint/` packages directly.

## Premade flat configs

This package exposes a set of premade ESLint configs that you can use in your `eslint.config.js` files.

- [Premade flat configs](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/src/configs)

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