From ffcb27c0c75f8f1bde21c7ff6456535bcfdae6dd Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 11 Sep 2015 09:32:27 -0400 Subject: [PATCH] Build: update grunt file for .jscsrc Closes gh-1589 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5cb98266a..fe6b588b2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -138,7 +138,7 @@ grunt.initConfig({ jscs: { all: { options: { - config: ".jscsrc" + config: true }, files: { src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ] -- 2.39.5