Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6b2eff

Browse files
authored
docs(experimental-utils): fix table links (typescript-eslint#545)
1 parent bba42eb commit e6b2eff

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

packages/experimental-utils/README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@ Once it is stable, it will be renamed to `@typescript-eslint/util` for a `2.0.0`
1414

1515
## Exports
1616

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

Comments
 (0)