2013-06-04 15:36:13 -04:00
|
|
|
{
|
2014-12-10 11:20:55 -05:00
|
|
|
"indent": 4,
|
|
|
|
"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,
|
2013-06-04 15:36:13 -04:00
|
|
|
|
2014-12-10 11:20:55 -05:00
|
|
|
"predef": [
|
|
|
|
"$",
|
|
|
|
"inject",
|
|
|
|
"Promise",
|
2014-12-10 11:39:40 -05:00
|
|
|
"resolves",
|
|
|
|
"rejects",
|
2014-12-10 11:20:55 -05:00
|
|
|
"self",
|
|
|
|
"importScripts",
|
|
|
|
"console",
|
|
|
|
"process",
|
|
|
|
"chrome",
|
|
|
|
"Notification",
|
|
|
|
"Event",
|
|
|
|
"sinon",
|
|
|
|
"mocha",
|
|
|
|
"chai",
|
|
|
|
"expect",
|
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"before",
|
|
|
|
"beforeEach",
|
|
|
|
"after",
|
|
|
|
"afterEach",
|
|
|
|
"FastClick",
|
|
|
|
"angular",
|
|
|
|
"forge",
|
|
|
|
"Lawnchair",
|
|
|
|
"_",
|
2015-01-13 05:32:44 -05:00
|
|
|
"openpgp",
|
2015-04-17 14:32:34 -04:00
|
|
|
"PhoneNumber",
|
|
|
|
"DOMPurify"
|
2014-12-10 11:20:55 -05:00
|
|
|
],
|
2013-06-04 15:36:13 -04:00
|
|
|
|
2014-12-10 11:20:55 -05:00
|
|
|
"globals": {}
|
2013-06-04 15:36:13 -04:00
|
|
|
}
|