From 1b3f7dc8eee301117f3a2c8bc06ee1d6d349c3c5 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Thu, 19 Dec 2013 19:00:51 +0530 Subject: [PATCH] Make the .jshintrc valid json Change-Id: I222c5122926fc25f3b3faa7e66d85f32922c4997 --- .jshintrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.jshintrc b/.jshintrc index b6a0f58e..d7649a35 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,7 +1,4 @@ { - /* Common */ - - // Enforcing "camelcase": true, "curly": true, "eqeqeq": true, @@ -15,23 +12,15 @@ "trailing": true, "undef": true, "unused": true, - // Legacy "onevar": true, - - /* Local */ - - // Enforcing "bitwise": true, "forin": false, "regexp": false, "strict": true, - // Relaxing "laxbreak": true, "smarttabs": true, "multistr": true, - // Environment "browser": true, - "predef": [ "mediaWiki", "jQuery",