From 5c386c4aadcba40bcc8d033190b0543aad5630df Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:11:13 -0700 Subject: [PATCH 1/6] Update Troubleshooting.mdx Add to the troubleshooting and FAQ that currently Typescript project references are not yet supported. --- docs/linting/Troubleshooting.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/linting/Troubleshooting.mdx b/docs/linting/Troubleshooting.mdx index f29eabc12c37..8cddace8f195 100644 --- a/docs/linting/Troubleshooting.mdx +++ b/docs/linting/Troubleshooting.mdx @@ -249,3 +249,9 @@ Rules such as [`no-unsafe-argument`](https://typescript-eslint.io/rules/no-unsaf ## My linting feels really slow If you think you're having issues with performance, see our [Performance Troubleshooting documentation](./troubleshooting/Performance.md). + +## Is TypeScript project references supported? + +No, TypeScript project references is not yet supported. + +See [this issue](https://github.com/typescript-eslint/typescript-eslint/issues/2094) for more details. From 2b0e10e66506cb8275c65b4a0949645b8f3edb43 Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:01:32 -0700 Subject: [PATCH 2/6] Update docs/linting/Troubleshooting.mdx fix wording Co-authored-by: Josh Goldberg --- docs/linting/Troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linting/Troubleshooting.mdx b/docs/linting/Troubleshooting.mdx index 8cddace8f195..0ec751066671 100644 --- a/docs/linting/Troubleshooting.mdx +++ b/docs/linting/Troubleshooting.mdx @@ -250,7 +250,7 @@ Rules such as [`no-unsafe-argument`](https://typescript-eslint.io/rules/no-unsaf If you think you're having issues with performance, see our [Performance Troubleshooting documentation](./troubleshooting/Performance.md). -## Is TypeScript project references supported? +## Are TypeScript project references supported? No, TypeScript project references is not yet supported. From 294037f4fdcf3eea27a9f63e9f85333939e8a3c6 Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sat, 25 Mar 2023 13:02:08 -0700 Subject: [PATCH 3/6] Update docs/linting/Troubleshooting.mdx add more context Co-authored-by: Josh Goldberg --- docs/linting/Troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linting/Troubleshooting.mdx b/docs/linting/Troubleshooting.mdx index 0ec751066671..8490fa827ba6 100644 --- a/docs/linting/Troubleshooting.mdx +++ b/docs/linting/Troubleshooting.mdx @@ -254,4 +254,4 @@ If you think you're having issues with performance, see our [Performance Trouble No, TypeScript project references is not yet supported. -See [this issue](https://github.com/typescript-eslint/typescript-eslint/issues/2094) for more details. +See [this issue](https://github.com/typescript-eslint/typescript-eslint/issues/2094 "typescript-eslint issue 2094 (project references support)") for more details. From 800fe7ac448d069d37250e6dfe8c66b35f452e1e Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sun, 26 Mar 2023 13:42:53 -0700 Subject: [PATCH 4/6] Update docs/linting/Troubleshooting.mdx replace description Co-authored-by: Josh Goldberg --- docs/linting/Troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linting/Troubleshooting.mdx b/docs/linting/Troubleshooting.mdx index 8490fa827ba6..95a5f2ce7c9b 100644 --- a/docs/linting/Troubleshooting.mdx +++ b/docs/linting/Troubleshooting.mdx @@ -254,4 +254,4 @@ If you think you're having issues with performance, see our [Performance Trouble No, TypeScript project references is not yet supported. -See [this issue](https://github.com/typescript-eslint/typescript-eslint/issues/2094 "typescript-eslint issue 2094 (project references support)") for more details. +See [issue #2094 discussing project references](https://github.com/typescript-eslint/typescript-eslint/issues/2094) for more details. From a6f88eb505aa029d7a47d5469ab95d593ba29798 Mon Sep 17 00:00:00 2001 From: Sylvia Favello <90116354+sfavello@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:15:17 -0700 Subject: [PATCH 5/6] Update docs/linting/Troubleshooting.mdx fix --- docs/linting/Troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linting/Troubleshooting.mdx b/docs/linting/Troubleshooting.mdx index 95a5f2ce7c9b..b221dcf0045b 100644 --- a/docs/linting/Troubleshooting.mdx +++ b/docs/linting/Troubleshooting.mdx @@ -252,6 +252,6 @@ If you think you're having issues with performance, see our [Performance Trouble ## Are TypeScript project references supported? -No, TypeScript project references is not yet supported. +No, TypeScript project references is not yet supported. See [issue #2094 discussing project references](https://github.com/typescript-eslint/typescript-eslint/issues/2094) for more details. From 98921d9011537648e9f4422cf8fb8a086f407713 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Mon, 27 Mar 2023 09:56:45 -0400 Subject: [PATCH 6/6] Update docs/linting/Troubleshooting.mdx --- docs/linting/Troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linting/Troubleshooting.mdx b/docs/linting/Troubleshooting.mdx index b221dcf0045b..b8611b5bf4eb 100644 --- a/docs/linting/Troubleshooting.mdx +++ b/docs/linting/Troubleshooting.mdx @@ -252,6 +252,6 @@ If you think you're having issues with performance, see our [Performance Trouble ## Are TypeScript project references supported? -No, TypeScript project references is not yet supported. +No, TypeScript project references are not yet supported. See [issue #2094 discussing project references](https://github.com/typescript-eslint/typescript-eslint/issues/2094) for more details.