2012-06-25 14:49:21 +00:00
|
|
|
{
|
2013-04-09 15:45:09 +00:00
|
|
|
"boss": true,
|
2012-11-25 19:30:16 +00:00
|
|
|
"curly": true,
|
2013-04-09 15:45:09 +00:00
|
|
|
"eqeqeq": true,
|
|
|
|
"eqnull": true,
|
2012-11-25 19:30:16 +00:00
|
|
|
"expr": true,
|
2013-04-09 15:45:09 +00:00
|
|
|
"immed": true,
|
|
|
|
"noarg": true,
|
2013-04-09 16:48:34 +00:00
|
|
|
"onevar": true,
|
2012-11-25 19:30:16 +00:00
|
|
|
"quotmark": "double",
|
2013-04-09 15:45:09 +00:00
|
|
|
"smarttabs": true,
|
2012-11-25 19:30:16 +00:00
|
|
|
"trailing": true,
|
|
|
|
"undef": true,
|
|
|
|
"unused": true,
|
|
|
|
|
|
|
|
"sub": true,
|
|
|
|
|
2013-07-11 16:52:07 +00:00
|
|
|
"es3": true,
|
2012-11-25 19:30:16 +00:00
|
|
|
"browser": true,
|
|
|
|
"wsh": true,
|
|
|
|
|
2013-04-09 15:45:09 +00:00
|
|
|
"globals": {
|
2013-07-11 16:52:07 +00:00
|
|
|
"jQuery": true,
|
2014-12-09 20:39:24 +00:00
|
|
|
"define": false,
|
|
|
|
"module": false,
|
|
|
|
"noGlobal": true
|
2013-04-09 15:45:09 +00:00
|
|
|
}
|
2012-06-25 14:49:21 +00:00
|
|
|
}
|