docs: replace redirected and outdated links - #688
Merged
Conversation
DMartens
reviewed
Jul 19, 2026
| # TypeScript Example | ||
|
|
||
| The `@typescript-eslint` parser and the `recommended` config's rules will work in `ts` code blocks. However, [type-aware rules](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md) will not work because the code blocks are not part of a compilable `tsconfig.json` project. | ||
| The `@typescript-eslint` parser and the `recommended` config's rules will work in `ts` code blocks. However, [type-aware rules](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/Typed_Linting.mdx) will not work because the code blocks are not part of a compilable `tsconfig.json` project. |
Contributor
There was a problem hiding this comment.
As we are updating the link, we should use their website instead of their GitHub: "https://typescript-eslint.io/troubleshooting/typed-linting"
Contributor
Author
There was a problem hiding this comment.
Updated the link to type-aware rules
- Commit: b2e3a11
DMartens
reviewed
Jul 19, 2026
| The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. [Become a Sponsor](https://eslint.org/donate) | ||
| to get your logo on our READMEs and [website](https://eslint.org/sponsors). | ||
|
|
||
| <h3>Platinum Sponsors</h3> |
DMartens
approved these changes
Jul 20, 2026
DMartens
left a comment
Contributor
There was a problem hiding this comment.
Changes LGTM, thank you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites checklist
AI acknowledgment
What is the purpose of this pull request?
Update outdated documentation links to prevent unnecessary redirects and fix a broken link.
What changes did you make? (Give an overview)
Related Issues
Is there anything you'd like reviewers to focus on?