.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / 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
9 This package exists to help us reduce cycles and provide lighter-weight packages at runtime.
10 You probably don't want to use it directly.
11
12 If you're building an ESLint plugin, consider using [`@typescript-eslint/experimental-utils`](../experimental-utils).
13 If 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)