aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-10-24 18:19:30 +0200
committerArmand Philippot <git@armandphilippot.com>2021-10-24 18:19:30 +0200
commit13d8221bed113fcb49afd30a7f8180497cbd0646 (patch)
treee891ce4ffcc22e4251188a367a17f1a934663343
parent2716256c665e39b0e217dac1f3bb560a14c101e1 (diff)
build: update stylelint rules with stylelint-config-prettier
-rw-r--r--.stylelintrc.json6
1 files changed, 5 insertions, 1 deletions
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",