can-validate-interface
Version:
Utility to validate property existence. Test for missing properties before they cause errors later.
54 lines (53 loc) • 919 B
Plain Text
{
"globals": {
"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,
"Symbol": true,
"ActiveXObject": true,
"KeyboardEvent": true,
"PointerEvent": true
},
"strict": false,
"curly": true,
"eqeqeq": true,
"freeze": true,
"indent": 2,
"latedef": true,
"noarg": true,
"undef": true,
"unused": "vars",
"trailing": true,
"maxdepth": 4,
"boss" : true,
"eqnull": true,
"evil": true,
"loopfunc": true,
"smarttabs": true,
"maxerr" : 200,
"jquery": true,
"dojo": true,
"mootools": true,
"browser": true,
"phantom": true,
"node": true
}