From b9718044f7d9c9724c28c1706548bdb133aff11f Mon Sep 17 00:00:00 2001 From: Ayo1984 Date: Thu, 30 Oct 2025 11:03:39 +0000 Subject: [PATCH] reroute broken 'shared configs" link --- docs/packages/TypeScript_ESLint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages/TypeScript_ESLint.mdx b/docs/packages/TypeScript_ESLint.mdx index c1e5966d80fd..9533048caf83 100644 --- a/docs/packages/TypeScript_ESLint.mdx +++ b/docs/packages/TypeScript_ESLint.mdx @@ -245,7 +245,7 @@ At the time of writing there are a small number of known edge cases in which the ### Manual usage -[typescript-eslint's recommended and stylistic configurations](../users/configs) specify typescript-eslint `parser` and `plugin` options for you, so there is no need to manually provide those. +[typescript-eslint's recommended and stylistic configurations](../users/Shared_Configurations.mdx) specify typescript-eslint `parser` and `plugin` options for you, so there is no need to manually provide those. However, in complex ESLint configurations, you may find yourself manually specifying those options yourself. #### Manually configuring our plugin and parser