Skip to content

Commit

Permalink
docs: fix link to typed linting in README (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieseltzer committed Sep 9, 2022
1 parent 5855477 commit 511f749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -257,7 +257,7 @@ that are powered by type-checking information provided by TypeScript.

In order to use these rules, you must be using `@typescript-eslint/parser` &
adjust your eslint config as outlined
[here](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md)
[here](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/linting/TYPED_LINTING.md).

Note that unlike the type-checking rules in `@typescript-eslint/eslint-plugin`,
the rules here will fallback to doing nothing if type information is not
Expand Down

0 comments on commit 511f749

Please sign in to comment.