2013-06-04 15:36:13 -04:00
|
|
|
{
|
2013-06-11 11:12:27 -04:00
|
|
|
"indent": 4,
|
2013-06-04 15:36:13 -04:00
|
|
|
"strict": true,
|
|
|
|
"globalstrict": true,
|
|
|
|
"node": true,
|
|
|
|
"browser": true,
|
|
|
|
"nonew": true,
|
|
|
|
"curly": true,
|
|
|
|
"eqeqeq": true,
|
|
|
|
"immed": true,
|
|
|
|
"newcap": true,
|
|
|
|
"regexp": true,
|
|
|
|
"evil": true,
|
|
|
|
"eqnull": true,
|
|
|
|
"expr": true,
|
|
|
|
"trailing": true,
|
|
|
|
"undef": true,
|
|
|
|
"unused": true,
|
|
|
|
|
|
|
|
"predef": [
|
2014-10-22 12:17:40 -04:00
|
|
|
"$",
|
2014-11-11 13:30:58 -05:00
|
|
|
"inject",
|
|
|
|
"Promise",
|
2014-10-07 14:32:23 -04:00
|
|
|
"self",
|
2014-10-08 12:36:00 -04:00
|
|
|
"importScripts",
|
2013-06-04 15:36:13 -04:00
|
|
|
"console",
|
2014-10-07 14:32:23 -04:00
|
|
|
"process",
|
2013-06-10 11:57:33 -04:00
|
|
|
"chrome",
|
2014-10-07 14:32:23 -04:00
|
|
|
"Notification",
|
|
|
|
"Event",
|
|
|
|
"sinon",
|
|
|
|
"mocha",
|
|
|
|
"chai",
|
|
|
|
"expect",
|
2013-08-19 15:13:32 -04:00
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"before",
|
|
|
|
"beforeEach",
|
|
|
|
"after",
|
2014-10-02 16:05:44 -04:00
|
|
|
"afterEach",
|
|
|
|
"FastClick",
|
|
|
|
"angular",
|
|
|
|
"forge",
|
|
|
|
"Lawnchair",
|
|
|
|
"_",
|
|
|
|
"openpgp"
|
2013-06-04 15:36:13 -04:00
|
|
|
],
|
|
|
|
|
|
|
|
"globals": {
|
|
|
|
}
|
|
|
|
}
|