From a79e2fd78747885460d8ee923416ae3ecdfe8662 Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Sun, 26 Jun 2016 00:51:09 +0200 Subject: [PATCH] Update jscs configuration that do not accept in the configuration redundant variables set to the default --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7434d5e9..caf4010a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -151,9 +151,7 @@ module.exports = function(grunt) { src: lintFiles, build: ['Gruntfile.js'], options: { - config: ".jscsrc", - esnext: true, - verbose: true, + config: ".jscsrc" } }, jsdoc: {