Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 12-May-2024 | - | 2,083 | 1,762 | ||
CHANGELOG.md | D | 12-May-2024 | 7.8 KiB | 230 | 69 | |
LICENSE | D | 12-May-2024 | 1.1 KiB | 22 | 17 | |
README.md | D | 12-May-2024 | 989 | 18 | 12 | |
jest.config.js | D | 12-May-2024 | 508 | 21 | 17 | |
package.json | D | 12-May-2024 | 1.4 KiB | 52 | 51 | |
tsconfig.build.json | D | 12-May-2024 | 206 | 11 | 10 | |
tsconfig.json | D | 12-May-2024 | 163 | 9 | 8 |
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