From fb235bbf2a2ca7cab80fceab7908b6e84578823d Mon Sep 17 00:00:00 2001 From: Kyle Knight Date: Tue, 6 Apr 2021 10:36:04 -0500 Subject: [PATCH] Update README.md If it's "duh" why even include it in the list of requirements? I don't see you listing a computer and a keyboard... Please don't verbally abuse your users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e20db..0dd57da 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Lint your [styled components](https://github.com/styled-components/styled-compon You need: -- `stylelint` (duh) +- `stylelint` - This processor, to extract styles from `styled-components` - The [`stylelint-config-styled-components`](https://github.com/styled-components/stylelint-config-styled-components) config to disable stylelint rules that clash with `styled-components` - Your favorite `stylelint` config! (for example [`stylelint-config-recommended`](https://github.com/stylelint/stylelint-config-recommended))