diff options
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |