can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
49 lines (48 loc) • 814 B
Plain Text
{
"globals": {
"define": true,
"steal": true,
"can": true,
"QUnit": true,
"System": true,
"SimpleDOM": true,
"test": true,
"asyncTest": true,
"expect": true,
"module": true,
"ok": true,
"equal": true,
"notEqual": true,
"deepEqual": true,
"propEqual": true,
"notDeepEqual": true,
"strictEqual": true,
"notStrictEqual": true,
"raises": true,
"start": true,
"stop": true,
"global": true,
"Promise": true
},
"strict": false,
"curly": true,
"eqeqeq": true,
"freeze": true,
"indent": false,
"latedef": 0,
"noarg": true,
"undef": true,
"unused": "vars",
"trailing": true,
"maxdepth": 5,
"boss" : true,
"jquery": true,
"eqnull": true,
"evil": true,
"loopfunc": true,
"smarttabs": true,
"maxerr" : 200,
"browser": true,
"phantom": true,
"node": true
}