VolkerE has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/289260

Change subject: Add whitespace rules to stylelint
......................................................................

Add whitespace rules to stylelint

See https://www.mediawiki.org/wiki/Manual:Coding_conventions/CSS#Whitespace

Change-Id: I3724365dfa335d27cbb31740cc30a77d7fe06dd8
---
M .stylelintrc
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/60/289260/1

diff --git a/.stylelintrc b/.stylelintrc
index b10435c..495cf72 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -3,6 +3,9 @@
                "color-hex-case": [ "lower" ],
                "color-hex-length": [ "short" ],
                "color-named": [ "never" ],
-               "color-no-invalid-hex": true
+               "color-no-invalid-hex": true,
+
+               "font-family-name-quotes": [ "single-unless-keyword" ],
+               "font-weight-notation": [ "named-where-possible" ]
        }
 }
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/289260
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3724365dfa335d27cbb31740cc30a77d7fe06dd8
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to