From a10d6714731561ba475530d81ce9befba6453fb0 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 27 Aug 2020 03:04:25 -0300 Subject: [PATCH] docs: adjust prettier snippet (#2427) --- docs/getting-started/linting/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/linting/README.md b/docs/getting-started/linting/README.md index 6abe587e3a3..63163d9a6fd 100644 --- a/docs/getting-started/linting/README.md +++ b/docs/getting-started/linting/README.md @@ -131,6 +131,7 @@ Using this config is as simple as adding it to the end of your `extends`: extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', ++ 'prettier', + 'prettier/@typescript-eslint', ], };