Skip to content

Commit

Permalink
docs: fix incorrect link to prettier package (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
alechemy committed Aug 19, 2020
1 parent cab7c4d commit 44e4d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/linting/FAQ.md
Expand Up @@ -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.

<br />
<br />
Expand Down

0 comments on commit 44e4d9b

Please sign in to comment.