From 34b9ce9795bb56c907885425426c7e2b3369f0fc Mon Sep 17 00:00:00 2001 From: Gerardo Rodriguez Date: Fri, 8 Nov 2024 09:32:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e4051a..2d9716b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ You'll probably also want to add a script to your `package.json` file to make it > As of Stylelint v15 [all style-related rules have been deprecated](https://stylelint.io/migration-guide/to-15#deprecated-stylistic-rules). If you are using v15 or higher and are not making use of these deprecated rules, [this plugin is no longer necessary](https://stylelint.io/migration-guide/to-15#:~:text=Additionally%2C%20you%20may%20no%20longer%20need%20to%20extend%20Prettier%27s%20Stylelint%20config). +--- + It's common to [pair Stylelint with Prettier](https://prettier.io/docs/en/integrating-with-linters.html#stylelint). If you're going to use both, you'll want to add [`stylelint-config-prettier`](https://github.com/prettier/stylelint-config-prettier), which is a config that disables any Stylelint rules that conflict with Prettier. ```