From d2a293c0042fad9e33de0c888bddc81ccaf0ea65 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 14 Oct 2017 16:04:28 -0600 Subject: [PATCH] configure stylelint to not enforce blank line before comment --- .stylelintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index 40db42c..ea93717 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,3 +1,6 @@ { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "rules": { + "comment-empty-line-before": null + } } -- 2.11.0