From 13d8221bed113fcb49afd30a7f8180497cbd0646 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 24 Oct 2021 18:19:30 +0200 Subject: build: update stylelint rules with stylelint-config-prettier --- .stylelintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index ea0985a..5ca6b37 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,9 @@ { - "extends": ["stylelint-config-standard", "stylelint-config-sass-guidelines"], + "extends": [ + "stylelint-config-standard", + "stylelint-config-sass-guidelines", + "stylelint-config-prettier" + ], "rules": { "at-rule-empty-line-before": [ "always", -- cgit v1.2.3