aboutsummaryrefslogtreecommitdiffstats
path: root/test/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-16 11:26:14 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-10-16 11:28:11 -0400
commitfcaef889682d6724f7b8e662c66a7539a95ae3d8 (patch)
tree793c66ea0817f3bc9032c7fd5414e6c6c8d56560 /test/.jshintrc
parent08e134548f70f24cb73f8e1b7a6da39b1995d0ac (diff)
downloadjquery-fcaef889682d6724f7b8e662c66a7539a95ae3d8.tar.gz
jquery-fcaef889682d6724f7b8e662c66a7539a95ae3d8.zip
Clean up jshintrc configs. Close gh-983.
Diffstat (limited to 'test/.jshintrc')
-rw-r--r--test/.jshintrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/.jshintrc b/test/.jshintrc
index 9068558c4..11e1c0361 100644
--- a/test/.jshintrc
+++ b/test/.jshintrc
@@ -1,17 +1,18 @@
{
"options": {
- "evil": true,
"browser": true,
- "wsh": true,
+ "curly": true,
+ "devel": true,
"eqnull": true,
+ "evil": true,
"expr": true,
- "curly": true,
- "trailing": true,
- "undef": true,
- "smarttabs": true,
"maxerr": 100,
+ "quotmark": "double",
+ "smarttabs": true,
"sub": true,
- "quotmark": "double"
+ "trailing": true,
+ "undef": true,
+ "wsh": true
},
"globals": {
"define": true,
@@ -24,7 +25,6 @@
"require": true,
"file": true,
"log": true,
- "console": true,
"QUnit": true,
"ok": true,
"equal": true,