jquery/test/.jshintrc

56 lines
738 B
Plaintext

{
"curly": true,
"expr": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"maxerr": 100,
"eqnull": true,
"evil": true,
"smarttabs": true,
"sub": true,
"browser": true,
"devel": true,
"wsh": true,
"predef": [
"DOMParser",
"jQuery",
"QUnit",
"module",
"ok",
"equal",
"test",
"asyncTest",
"notEqual",
"deepEqual",
"strictEqual",
"notStrictEqual",
"start",
"stop",
"expect",
"raises",
"ajaxTest",
"testIframe",
"testIframeWithCallback",
"createDashboardXML",
"createXMLFragment",
"moduleTeardown",
"testFoo",
"url",
"t",
"q",
"amdDefined",
"fireNative",
"Globals",
"hasPHP",
"isLocal",
"originaljQuery",
"$",
"original$",
"externalHost"
]
}