From: Dan Allen Date: Sat, 14 Oct 2017 22:04:28 +0000 (-0600) Subject: configure stylelint to not enforce blank line before comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2a293c0042fad9e33de0c888bddc81ccaf0ea65;p=eg-antora.git configure stylelint to not enforce blank line before comment --- 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 + } }