From e4649b50d67caceb74fc5350069bcb2d02546b0e Mon Sep 17 00:00:00 2001 From: Emmanuel Pilande Date: Fri, 2 Jun 2017 04:54:38 -0700 Subject: [PATCH] :pencil2: Fix link to stylelint styled-components --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 195ce98..0456784 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ If you configure ALE options correctly in your vimrc file, and install the right tools, you can check JSX files with stylelint and eslint. First, install eslint and install stylelint with -[https://github.com/styled-components/stylelint-processor-styled-components](stylelint-processor-styled-components). +[stylelint-processor-styled-components](https://github.com/styled-components/stylelint-processor-styled-components). Supposing you have installed both tools correctly, configure your .jsx files so `jsx` is included in the filetype. You can use an `autocmd` for this.