@@ -14,20 +14,19 @@ Once it is stable, it will be renamed to `@typescript-eslint/util` for a `2.0.0`
14
14
15
15
## Exports
16
16
17
- | Name | Description |
18
- | --------------------------- | ---------------------------------------------------------------------------------------------- |
19
- | [ ` TSESTree ` ] | Types for the TypeScript flavour of ESTree created by ` @typescript-eslint/typescript-estree ` . |
20
- | [ ` AST_NODE_TYPES ` ] | An enum with the names of every single _ node_ found in ` TSESTree ` . |
21
- | [ ` AST_TOKEN_TYPES ` ] | An enum with the names of every single _ token_ found in ` TSESTree ` . |
22
- | [ ` TSESLint ` ] | Types for ESLint, correctly typed to work with the types found in ` TSESTree ` . |
23
- | [ ` ESLintUtils ` ] | Tools for creating eslint rules with TypeScript. |
24
- | [ ` ESLintUtils.RuleCreator ` ] | A function for creating strictly typed eslint rules with TypeScript. |
25
- | [ ` ParserServices ` ] | The parser services provided when parsing a file using ` @typescript-eslint/typescript-estree ` . |
26
-
27
- [ ` AST_NODE_TYPES ` ] ( ../packages/typescript-estree/src/ts-estree/ast-node-types.ts )
28
- [ ` AST_TOKEN_TYPES ` ] ( ../packages/typescript-estree/src/ts-estree/ast-node-types.ts )
29
- [ ` ESLintUtils ` ] ( ./src/eslint-utils )
30
- [ ` ESLintUtils.createRule ` ] ( ./src/eslint-utils/createRule.ts )
31
- [ ` ParserServices ` ] ( ../packages/typescript-estree/src/ts-estree/parser.ts )
32
- [ ` TSESTree ` ] ( ../packages/typescript-estree/src/ts-estree/ts-estree.ts )
33
- [ ` TSESLint ` ] ( ./src/ts-eslint )
17
+ | Name | Description |
18
+ | ------------------- | ---------------------------------------------------------------------------------------------- |
19
+ | [ ` TSESTree ` ] | Types for the TypeScript flavour of ESTree created by ` @typescript-eslint/typescript-estree ` . |
20
+ | [ ` AST_NODE_TYPES ` ] | An enum with the names of every single _ node_ found in ` TSESTree ` . |
21
+ | [ ` AST_TOKEN_TYPES ` ] | An enum with the names of every single _ token_ found in ` TSESTree ` . |
22
+ | [ ` TSESLint ` ] | Types for ESLint, correctly typed to work with the types found in ` TSESTree ` . |
23
+ | [ ` ESLintUtils ` ] | Tools for creating eslint rules with TypeScript. |
24
+ | [ ` ParserServices ` ] | The parser services provided when parsing a file using ` @typescript-eslint/typescript-estree ` . |
25
+
26
+ [ `ast_node_types` ] : ../packages/typescript-estree/src/ts-estree/ast-node-types.ts
27
+ [ `ast_token_types` ] : ../packages/typescript-estree/src/ts-estree/ast-node-types.ts
28
+ [ `eslintutils` ] : ./src/eslint-utils
29
+ [ `eslintutils.createrule` ] : ./src/eslint-utils/createRule.ts
30
+ [ `parserservices` ] : ../packages/typescript-estree/src/ts-estree/parser.ts
31
+ [ `tsestree` ] : ../packages/typescript-estree/src/ts-estree/ts-estree.ts
32
+ [ `tseslint` ] : ./src/ts-eslint
0 commit comments