aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-07-11 12:52:07 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-07-11 12:52:48 -0400
commitc33108cad16ba6ff831d5cbc45b9dfbf12650e0e (patch)
treefce67971e6e3be882a76207ea114fb94768a4fe6 /test
parentbc4e9763e217dfe237f24521a46412b7d52a9e0c (diff)
downloadjquery-c33108cad16ba6ff831d5cbc45b9dfbf12650e0e.tar.gz
jquery-c33108cad16ba6ff831d5cbc45b9dfbf12650e0e.zip
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.
Diffstat (limited to 'test')
-rw-r--r--test/.jshintignore3
-rw-r--r--test/.jshintrc47
2 files changed, 24 insertions, 26 deletions
diff --git a/test/.jshintignore b/test/.jshintignore
deleted file mode 100644
index 8f2ed18cf..000000000
--- a/test/.jshintignore
+++ /dev/null
@@ -1,3 +0,0 @@
-qunit/
-data/badjson.js
-data/jquery-1.9.1.ajax_xhr.min.js
diff --git a/test/.jshintrc b/test/.jshintrc
index f92ff88cd..75c50eeeb 100644
--- a/test/.jshintrc
+++ b/test/.jshintrc
@@ -21,32 +21,33 @@
"wsh": true,
"globals": {
- "DOMParser": true,
+ "DOMParser": false,
+ "QUnit": false,
+ "ok": false,
+ "equal": false,
+ "asyncTest": false,
+ "notEqual": false,
+ "deepEqual": false,
+ "strictEqual": false,
+ "notStrictEqual": false,
+ "start": false,
+ "stop": false,
+ "expect": false,
+ "raises": false,
+ "ajaxTest": false,
+ "testIframe": false,
+ "testIframeWithCallback": false,
+ "createDashboardXML": false,
+ "createXMLFragment": false,
+ "moduleTeardown": false,
+ "testFoo": false,
+ "url": false,
+ "t": false,
+ "q": false,
+
"jQuery": true,
- "QUnit": true,
"module": 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,
- "ajaxTest": true,
- "testIframe": true,
- "testIframeWithCallback": true,
- "createDashboardXML": true,
- "createXMLFragment": true,
- "moduleTeardown": true,
- "testFoo": true,
- "url": true,
- "t": true,
- "q": true,
"amdDefined": true,
"fireNative": true,
"Globals": true,