From 0b20a736ee26f70d4de7342eec6c7df01bbf1989 Mon Sep 17 00:00:00 2001 From: Ben Scott <227292+BPScott@users.noreply.github.com> Date: Sat, 14 Jul 2018 20:06:16 -0700 Subject: [PATCH] Add stylelint-prettier to related projects (#4839) Tweak order of stylelint integrations to match ordering of eslint/tslint and update url of stylelint-config-prettier --- docs/related-projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/related-projects.md b/docs/related-projects.md index cd436d48..9b5305cf 100644 --- a/docs/related-projects.md +++ b/docs/related-projects.md @@ -19,8 +19,9 @@ title: Related Projects ## stylelint Integrations +- [`stylelint-prettier`](https://github.com/BPScott/stylelint-prettier) runs Prettier as a stylelint rule and reports differences as individual stylelint issues +- [`stylelint-config-prettier`](https://github.com/prettier/stylelint-config-prettier) turns off all rules that are unnecessary or might conflict with Prettier. - [`prettier-stylelint`](https://github.com/hugomrdias/prettier-stylelint) passes `prettier` output to `stylelint --fix` -- [`stylelint-config-prettier`](https://github.com/shannonmoeller/stylelint-config-prettier) turns off all rules that are unnecessary or might conflict with Prettier. ## Forks