From 5a976c875bf2eece7c13391eeed7aacd66f2712b Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 28 Aug 2025 07:25:36 -0400 Subject: [PATCH] docs: remove extra 'rules' in 'rules rules' --- docs/troubleshooting/typed-linting/Performance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/typed-linting/Performance.mdx b/docs/troubleshooting/typed-linting/Performance.mdx index 29775150a6d6..bc6ac0fa4769 100644 --- a/docs/troubleshooting/typed-linting/Performance.mdx +++ b/docs/troubleshooting/typed-linting/Performance.mdx @@ -226,7 +226,7 @@ See [Glob pattern in parser's option "project" slows down linting](https://githu ## Third-Party Plugins -### `@stylistic/ts/indent` and other stylistic rules rules +### `@stylistic/ts/indent` and other stylistic rules The [`@stylisic/ts/indent` rule](https://eslint.style/rules/ts/indent#ts-indent) helps ensure your codebase follows a consistent indentation pattern. However this involves a _lot_ of computations across every single token in a file.