From 96246332f723b0f83e465d0f9f580741c8272f80 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 25 Jun 2012 10:49:21 -0400 Subject: Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI loading method --- test/.jshintrc | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 test/.jshintrc (limited to 'test') diff --git a/test/.jshintrc b/test/.jshintrc new file mode 100644 index 000000000..13039f827 --- /dev/null +++ b/test/.jshintrc @@ -0,0 +1,56 @@ +{ + "options": { + "evil": true, + "browser": true, + "wsh": true, + "eqnull": true, + "expr": true, + "curly": true, + "trailing": true, + "undef": true, + "smarttabs": true, + "maxerr": 100 + }, + "globals": { + "define": true, + "DOMParser": true, + "__dirname": true, + "jQuery": true, + "global": true, + "module": true, + "exports": true, + "require": true, + "file": true, + "log": true, + "console": true, + "QUnit": true, + "ok": true, + "equal": true, + "test": true, + "asyncTest": true, + "notEqual": true, + "deepEqual": true, + "strictEqual": true, + "notStrictEqual": true, + "start": true, + "stop": true, + "expect": true, + "raises": true, + "testIframe": true, + "testIframeWithCallback": true, + "createDashboardXML": true, + "moduleTeardown": true, + "testFoo": true, + "foobar": true, + "url": true, + "t": true, + "q": true, + "amdDefined": true, + "fireNative": true, + "hasPHP": true, + "isLocal": true, + "originaljQuery": true, + "$": true, + "original$": true + } +} -- cgit v1.2.3