From 16bd4a2787da663cfc3f4934029a29e017cba2d2 Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Mon, 8 Dec 2014 20:00:13 -0800 Subject: [PATCH] SCSS-Lint: StringQuotes: double_quotes , to match current style --- scss/.scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml index e7b7524d9b..ccd0ec14ce 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -134,7 +134,7 @@ linters: StringQuotes: enabled: true - style: single_quotes # or double_quotes + style: double_quotes TrailingSemicolon: enabled: true -- GitLab