# @typescript-eslint/experimental-utils

> (Experimental) Utilities for working with TypeScript + ESLint together

Latest version **5.62.0** (published 2023-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @typescript-eslint/experimental-utils
pnpm add @typescript-eslint/experimental-utils
yarn add @typescript-eslint/experimental-utils
bun add @typescript-eslint/experimental-utils
```

## Health

**Score 40/100 (D)** — status: abandoned.

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

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.62.0 |
| Published | 2023-07-10 |
| First published | 2019-05-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | ^12.22.0 \|\| ^14.17.0 \|\| >=16.0.0 |
| Dependencies | 1 |
| Unpacked size | 4.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16391 |
| Maintainers | bradzacher, jameshenry |
| Keywords | eslint, typescript, estree |

## Links

- npm: https://www.npmjs.com/package/@typescript-eslint/experimental-utils
- Repository: https://github.com/typescript-eslint/typescript-eslint
- Homepage: https://github.com/typescript-eslint/typescript-eslint#readme
- Issues: https://github.com/typescript-eslint/typescript-eslint/issues
- Funding: https://opencollective.com/typescript-eslint
- npm.io page: https://npm.io/package/@typescript-eslint/experimental-utils

## Dependencies (1)

- [@typescript-eslint/utils](https://npm.io/package/@typescript-eslint/utils.md) 5.62.0

## 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

- 5.62.0 (latest) — 2023-07-10
- 5.62.1-alpha.0 (canary) — 2023-07-10
- 5.0.0-alpha.42 (rc-v5) — 2021-10-10
- 4.0.0-alpha.16 (rc-v4) — 2020-08-29
- 3.0.0-alpha.27 (rc-v3) — 2020-05-17
- 5.61.1-alpha.9 — 2023-07-09
- 5.61.1-alpha.7 — 2023-07-08
- 5.61.1-alpha.8 — 2023-07-08
- 5.61.1-alpha.5 — 2023-07-08
- 5.61.1-alpha.6 — 2023-07-08
- 5.61.1-alpha.4 — 2023-07-08
- 5.61.1-alpha.3 — 2023-07-08
- 5.61.1-alpha.2 — 2023-07-08
- 5.61.1-alpha.1 — 2023-07-07
- 5.61.1-alpha.0 — 2023-07-03
- … 2597 more at https://npm.io/package/@typescript-eslint/experimental-utils/versions

## README

# `@typescript-eslint/experimental-utils`

Utilities for working with TypeScript + ESLint together.

[![NPM Version](https://img.shields.io/npm/v/@typescript-eslint/experimental-utils.svg?style=flat-square)](https://www.npmjs.com/package/@typescript-eslint/experimental-utils)
[![NPM Downloads](https://img.shields.io/npm/dm/@typescript-eslint/experimental-utils.svg?style=flat-square)](https://www.npmjs.com/package/@typescript-eslint/experimental-utils)

## Note

**This package is purely a re-export of `@typescript-eslint/utils`.**
You should switch to importing from that non-experimental package instead.

```diff
- import { RuleCreator } from '@typescript-eslint/experimental-utils';
+ import { RuleCreator } from '@typescript-eslint/utils';
```

> ⚠ A future major version of this old package will `console.warn` to ask you to switch.

## Contributing

[See the contributing guide here](https://typescript-eslint.io).

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