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