• Home
Name
Date
Size
#Lines
LOC

..--

src/12-May-2024-2,0831,762

CHANGELOG.mdD12-May-20247.8 KiB23069

LICENSED12-May-20241.1 KiB2217

README.mdD12-May-2024989 1812

jest.config.jsD12-May-2024508 2117

package.jsonD12-May-20241.4 KiB5251

tsconfig.build.jsonD12-May-2024206 1110

tsconfig.jsonD12-May-2024163 98

README.md

1<h1 align="center">TypeScript-ESTree Types</h1>
2
3<p align="center">
4    <img src="https://github.com/typescript-eslint/typescript-eslint/workflows/CI/badge.svg" alt="CI" />
5    <a href="https://www.npmjs.com/package/@typescript-eslint/types"><img src="https://img.shields.io/npm/v/@typescript-eslint/types.svg?style=flat-square" alt="NPM Version" /></a>
6    <a href="https://www.npmjs.com/package/@typescript-eslint/types"><img src="https://img.shields.io/npm/dm/@typescript-eslint/types.svg?style=flat-square" alt="NPM Downloads" /></a>
7</p>
8
9This package exists to help us reduce cycles and provide lighter-weight packages at runtime.
10You probably don't want to use it directly.
11
12If you're building an ESLint plugin, consider using [`@typescript-eslint/experimental-utils`](../experimental-utils).
13If you're parsing TypeScript code, consider using [`@typescript-eslint/typescript-estree`](../typescript-estree).
14
15## Contributing
16
17[See the contributing guide here](../../CONTRIBUTING.md)
18