From 576869eeffe803b249962ed85f9383111eea7f67 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 16 Mar 2017 11:42:12 -0400 Subject: [PATCH] Disable SpaceAfterComment --- .scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scss-lint.yml b/.scss-lint.yml index 8e4df61..a64fa01 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -183,7 +183,7 @@ linters: style: one_space # or 'no_space', or 'at_least_one_space' SpaceAfterComment: - enabled: true + enabled: false style: one_space # or 'no_space', or 'at_least_one_space' allow_empty_comments: true