Skip to content

Commit 511f749

Browse files
docs: fix link to typed linting in README (#1231)
1 parent 5855477 commit 511f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ that are powered by type-checking information provided by TypeScript.
257257

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

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

0 commit comments

Comments
 (0)