2013-06-04 21:36:13 +02:00
|
|
|
{
|
2013-06-11 17:12:27 +02:00
|
|
|
"indent": 4,
|
2013-06-04 21:36:13 +02: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 18:17:40 +02:00
|
|
|
"$",
|
2014-11-11 19:30:58 +01:00
|
|
|
"inject",
|
|
|
|
"Promise",
|
2014-10-07 20:32:23 +02:00
|
|
|
"self",
|
2014-10-08 18:36:00 +02:00
|
|
|
"importScripts",
|
2013-06-04 21:36:13 +02:00
|
|
|
"console",
|
2014-10-07 20:32:23 +02:00
|
|
|
"process",
|
2013-06-10 17:57:33 +02:00
|
|
|
"chrome",
|
2014-10-07 20:32:23 +02:00
|
|
|
"Notification",
|
|
|
|
"Event",
|
|
|
|
"sinon",
|
|
|
|
"mocha",
|
|
|
|
"chai",
|
|
|
|
"expect",
|
2013-08-19 21:13:32 +02:00
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"before",
|
|
|
|
"beforeEach",
|
|
|
|
"after",
|
2014-10-02 22:05:44 +02:00
|
|
|
"afterEach",
|
|
|
|
"FastClick",
|
|
|
|
"angular",
|
|
|
|
"forge",
|
|
|
|
"Lawnchair",
|
|
|
|
"_",
|
|
|
|
"openpgp"
|
2013-06-04 21:36:13 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
"globals": {
|
|
|
|
}
|
|
|
|
}
|