From a93ad4b2e3a7c4bf333cbcccacb1a1f17219e638 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 23 Dec 2013 10:46:32 +0530 Subject: [PATCH] Remove comments from json Change-Id: I1301515995597216b2a4b7bda293c48d91051c7b --- .jshintrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.jshintrc b/.jshintrc index 2c60f50..2b42909 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": [ "_", "jQuery",