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": [
|
|
|
|
"console",
|
|
|
|
"importScripts",
|
|
|
|
"process",
|
2013-06-10 11:57:33 -04:00
|
|
|
"QUnit",
|
|
|
|
"test",
|
2013-06-04 19:47:28 -04:00
|
|
|
"asyncTest",
|
2013-06-04 15:36:13 -04:00
|
|
|
"ok",
|
|
|
|
"equal",
|
|
|
|
"deepEqual",
|
|
|
|
"start",
|
2013-06-10 11:57:33 -04:00
|
|
|
"chrome",
|
2013-06-11 11:12:27 -04:00
|
|
|
"define",
|
2013-08-19 15:13:32 -04:00
|
|
|
"self",
|
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"chai",
|
|
|
|
"sinon",
|
|
|
|
"mocha",
|
|
|
|
"before",
|
|
|
|
"beforeEach",
|
|
|
|
"after",
|
|
|
|
"afterEach"
|
2013-06-04 15:36:13 -04:00
|
|
|
],
|
|
|
|
|
|
|
|
"globals": {
|
|
|
|
}
|
|
|
|
}
|