configure stylelint to not enforce blank line before comment
authorDan Allen <dan@opendevise.com>
Sat, 14 Oct 2017 22:04:28 +0000 (16:04 -0600)
committerDan Allen <dan@opendevise.com>
Sat, 14 Oct 2017 22:06:41 +0000 (16:06 -0600)
.stylelintrc

index 40db42c..ea93717 100644 (file)
@@ -1,3 +1,6 @@
 {
-  "extends": "stylelint-config-standard"
+  "extends": "stylelint-config-standard",
+  "rules": {
+    "comment-empty-line-before": null
+  }
 }