You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`ASTUtils`](./src/ast-utils)| Tools for operating on the ESTree AST. Also includes the [`eslint-utils`](https://www.npmjs.com/package/eslint-utils) package, correctly typed to work with the types found in `TSESTree`|
20
-
|[`ESLintUtils`](./src/eslint-utils)| Tools for creating ESLint rules with TypeScript. |
21
-
|`JSONSchema`| Types from the [`@types/json-schema`](https://www.npmjs.com/package/@types/json-schema) package, re-exported to save you having to manually import them. Also ensures you're using the same version of the types as this package. |
22
-
|[`TSESLint`](./src/ts-eslint)| Types for ESLint, correctly typed to work with the types found in `TSESTree`. |
23
-
|[`TSESLintScope`](./src/ts-eslint-scope)| The [`eslint-scope`](https://www.npmjs.com/package/eslint-scope) package, correctly typed to work with the types found in both `TSESTree` and `TSESLint`|
24
-
|[`TSESTree`](../packages/typescript-estree/src/ts-estree/ts-estree.ts)| Types for the TypeScript flavor of ESTree created by `@typescript-eslint/typescript-estree`. |
25
-
|[`AST_NODE_TYPES`](../packages/typescript-estree/src/ts-estree/ast-node-types.ts)| An enum with the names of every single _node_ found in `TSESTree`. |
26
-
|[`AST_TOKEN_TYPES`](../packages/typescript-estree/src/ts-estree/ast-node-types.ts)| An enum with the names of every single _token_ found in `TSESTree`. |
27
-
|[`ParserServices`](../packages/typescript-estree/src/ts-estree/parser.ts)| Typing for the parser services provided when parsing a file using `@typescript-eslint/typescript-estree`. |
|[`ASTUtils`](./src/ast-utils)| Tools for operating on the ESTree AST. Also includes the [`eslint-utils`](https://www.npmjs.com/package/eslint-utils) package, correctly typed to work with the types found in `TSESTree`|
20
+
|[`ESLintUtils`](./src/eslint-utils)| Tools for creating ESLint rules with TypeScript. |
21
+
|`JSONSchema`| Types from the [`@types/json-schema`](https://www.npmjs.com/package/@types/json-schema) package, re-exported to save you having to manually import them. Also ensures you're using the same version of the types as this package. |
22
+
|[`TSESLint`](./src/ts-eslint)| Types for ESLint, correctly typed to work with the types found in `TSESTree`. |
23
+
|[`TSESLintScope`](./src/ts-eslint-scope)| The [`eslint-scope`](https://www.npmjs.com/package/eslint-scope) package, correctly typed to work with the types found in both `TSESTree` and `TSESLint`|
24
+
|[`TSESTree`](../typescript-estree/src/ts-estree/ts-estree.ts)| Types for the TypeScript flavor of ESTree created by `@typescript-eslint/typescript-estree`. |
25
+
|[`AST_NODE_TYPES`](../typescript-estree/src/ts-estree/ast-node-types.ts)| An enum with the names of every single _node_ found in `TSESTree`. |
26
+
|[`AST_TOKEN_TYPES`](../typescript-estree/src/ts-estree/ast-node-types.ts)| An enum with the names of every single _token_ found in `TSESTree`. |
27
+
|[`ParserServices`](../typescript-estree/src/parser-options.ts)| Typing for the parser services provided when parsing a file using `@typescript-eslint/typescript-estree`. |
0 commit comments