2016-03-15 11:33:52 +00:00
|
|
|
{
|
2016-03-15 13:15:41 +00:00
|
|
|
"node": true,
|
|
|
|
"esnext": true,
|
|
|
|
"bitwise": true,
|
|
|
|
"camelcase": true,
|
2016-03-15 11:33:52 +00:00
|
|
|
"curly": true,
|
|
|
|
"eqeqeq": true,
|
2016-03-15 13:15:41 +00:00
|
|
|
"immed": true,
|
|
|
|
"indent": 2,
|
|
|
|
"latedef": true,
|
2016-03-15 11:33:52 +00:00
|
|
|
"newcap": true,
|
|
|
|
"noarg": true,
|
2016-03-15 13:15:41 +00:00
|
|
|
"quotmark": "single",
|
|
|
|
"regexp": true,
|
2016-03-15 11:33:52 +00:00
|
|
|
"undef": true,
|
2016-03-15 13:15:41 +00:00
|
|
|
"unused": true,
|
|
|
|
"strict": true,
|
|
|
|
"trailing": true,
|
|
|
|
"smarttabs": true,
|
|
|
|
"white": true,
|
|
|
|
"validthis": true,
|
|
|
|
"browser" : true,
|
|
|
|
"jquery":true,
|
|
|
|
|
|
|
|
"globals": {
|
|
|
|
|
|
|
|
"$": false,
|
|
|
|
"EJS": false,
|
|
|
|
"MicroEvent": false
|
|
|
|
|
|
|
|
}
|
2016-03-15 11:33:52 +00:00
|
|
|
}
|