aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2019-02-28 16:42:43 -1000
committerhanakin <midaym@gmail.com>2019-02-28 16:42:43 -1000
commit02c8e8cc1a9be90afcad854292eb56cc4ef88e60 (patch)
tree8cac3e7c119c67d37ca95c20d4b38a68c32d2a30 /.stylelintrc
parent[ticket/15980] fix stylelintrc (diff)
downloadphpbb-02c8e8cc1a9be90afcad854292eb56cc4ef88e60.tar.gz
phpbb-02c8e8cc1a9be90afcad854292eb56cc4ef88e60.tar.bz2
phpbb-02c8e8cc1a9be90afcad854292eb56cc4ef88e60.zip
[ticket/15980] One more tweak
PHPBB3-15980
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.stylelintrc b/.stylelintrc
index d50cfeb44e..f2590032b0 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -130,7 +130,7 @@
"property-case": "lower",
"property-no-unknown": true,
- "rule-empty-line-before": ["always", {
+ "rule-empty-line-before": ["always-multi-line", {
"ignore": ["after-comment"],
"except": ["first-nested"]
}],
@@ -171,7 +171,7 @@
"shorthand-property-no-redundant-values": true,
"string-no-newline": true,
- "string-quotes": "single",
+ "string-quotes": "double",
"unit-case": "lower",
"unit-no-unknown": true,