From 3df1f3ad5db460c809f846998d273409c80b577f Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 20 Jan 2017 18:51:35 +0000 Subject: [PATCH] Fix jscs config --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d01bcd7..985e5cc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,9 +13,7 @@ module.exports = function(grunt) { jscs: { src: ['*.js', 'src/**/*.js', 'test/**/*.js'], options: { - config: ".jscsrc", - esnext: true, // If you use ES6 http://jscs.info/overview.html#esnext - verbose: true, // If you need output with rule names http://jscs.info/overview.html#verbose + config: ".jscsrc" } },