From f80fdf2da50505f446fe04920b64297200550c08 Mon Sep 17 00:00:00 2001 From: nextgenthemes Date: Wed, 30 Sep 2015 00:48:56 +0200 Subject: [PATCH] add dash to .scsslint.yml --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index deae1ca863..f3f3887662 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -208,7 +208,7 @@ module.exports = function (grunt) { scsslint: { options: { bundleExec: true, - config: 'scss/.scsslint.yml', + config: 'scss/.scss-lint.yml', reporterOutput: null }, src: ['scss/*.scss', '!scss/_normalize.scss']