summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/.stylelintrc.json')
-rw-r--r--CommentStreams/.stylelintrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/CommentStreams/.stylelintrc.json b/CommentStreams/.stylelintrc.json
new file mode 100644
index 00000000..37e28ed4
--- /dev/null
+++ b/CommentStreams/.stylelintrc.json
@@ -0,0 +1,7 @@
+{
+ "extends": "stylelint-config-wikimedia",
+ "rules": {
+ "selector-max-id": null,
+ "declaration-no-important": null
+ }
+}