Remove comments from json

Change-Id: I1301515995597216b2a4b7bda293c48d91051c7b
This commit is contained in:
Santhosh Thottingal
2013-12-23 10:46:32 +05:30
parent d1a007e6a7
commit a93ad4b2e3

View File

@@ -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",