From 1514dca501fd383a9cdb6b42cce7c71fdad1ee38 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Wed, 23 Apr 2014 20:02:06 +0400 Subject: [PATCH] Build: Remove json check for jscs config --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f3f5636c5..d1ad5d475 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,10 +75,6 @@ module.exports = function( grunt ) { src: [ "package.json" ] }, - jscs: { - src: [ ".jscs.json" ] - }, - bower: { src: [ "bower.json" ] } -- 2.39.5