summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index a3eb6c3fb5..669d2d7b71 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,6 +1,10 @@
extends: stylelint-config-standard
+ignoreFiles:
+ - web_src/less/vendor/**/*
+
rules:
+ at-rule-empty-line-before: null
block-closing-brace-empty-line-before: null
color-hex-length: null
comment-empty-line-before: null