From 786a13fbfb13bd332a48368db233283535d14331 Mon Sep 17 00:00:00 2001 From: Takle Date: Wed, 13 Jan 2021 10:13:50 +0000 Subject: [PATCH] Update: README.md Suggest new users read `Integrating with linters` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15d93cd1..08d294a7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Runs [Prettier](https://github.com/prettier/prettier) as an [ESLint](http://esli If your desired formatting does not match Prettier’s output, you should use a different tool such as [prettier-eslint](https://github.com/prettier/prettier-eslint) instead. +Please read [Integrating with linters](https://prettier.io/docs/en/integrating-with-linters.html) before installing. + ## Sample ```js