aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.jshintrc
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-11-22 09:54:18 -0500
committerScott González <scott.gonzalez@gmail.com>2013-11-22 09:54:27 -0500
commitf848ae38e0389874c0a6d026d54d40cb044f9561 (patch)
tree6c5980aa98368bf5681e7e84df1bed1174cc1b00 /tests/.jshintrc
parentb12cf01317cd29bd1140e47d31e85d96749da894 (diff)
downloadjquery-ui-f848ae38e0389874c0a6d026d54d40cb044f9561.tar.gz
jquery-ui-f848ae38e0389874c0a6d026d54d40cb044f9561.zip
Build: Include es3 option for JSHint.
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r--tests/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc
index 26f47fcee..aeb3150a2 100644
--- a/tests/.jshintrc
+++ b/tests/.jshintrc
@@ -14,6 +14,7 @@
"unused": true,
"browser": true,
+ "es3": true,
"evil": true,
"jquery": true,