Make the .jshintrc valid json

Change-Id: I222c5122926fc25f3b3faa7e66d85f32922c4997
This commit is contained in:
Santhosh Thottingal
2013-12-19 19:00:51 +05:30
parent d867d59fb4
commit 1b3f7dc8ee

View File

@@ -1,7 +1,4 @@
{ {
/* Common */
// Enforcing
"camelcase": true, "camelcase": true,
"curly": true, "curly": true,
"eqeqeq": true, "eqeqeq": true,
@@ -15,23 +12,15 @@
"trailing": true, "trailing": true,
"undef": true, "undef": true,
"unused": true, "unused": true,
// Legacy
"onevar": true, "onevar": true,
/* Local */
// Enforcing
"bitwise": true, "bitwise": true,
"forin": false, "forin": false,
"regexp": false, "regexp": false,
"strict": true, "strict": true,
// Relaxing
"laxbreak": true, "laxbreak": true,
"smarttabs": true, "smarttabs": true,
"multistr": true, "multistr": true,
// Environment
"browser": true, "browser": true,
"predef": [ "predef": [
"mediaWiki", "mediaWiki",
"jQuery", "jQuery",