From 44e4d9b1af3a7cf3bed0009686737c7f8a279596 Mon Sep 17 00:00:00 2001 From: Alec Custer Date: Wed, 19 Aug 2020 13:29:26 -0400 Subject: [PATCH] docs: fix incorrect link to prettier package (#2404) --- docs/getting-started/linting/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/linting/FAQ.md b/docs/getting-started/linting/FAQ.md index cfc50cb8501..c6509622e83 100644 --- a/docs/getting-started/linting/FAQ.md +++ b/docs/getting-started/linting/FAQ.md @@ -66,7 +66,7 @@ The following rules do not have equivalent checks in TypeScript, so we recommend This rule helps ensure your codebase follows a consistent indentation pattern. However this involves a _lot_ of computations across every single token in a file. Across a large codebase, these can add up, and severely impact performance. -We recommend not using this rule, and instead using a tool like [`prettier`](https://www.npmjs.com/package/) to enforce a standardized formatting. +We recommend not using this rule, and instead using a tool like [`prettier`](https://www.npmjs.com/package/prettier) to enforce a standardized formatting.