diff options
-rw-r--r-- | tests/.jshintrc | 1 | ||||
-rw-r--r-- | ui/.jshintrc | 1 |
2 files changed, 2 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, diff --git a/ui/.jshintrc b/ui/.jshintrc index a5d36e1d3..073418812 100644 --- a/ui/.jshintrc +++ b/ui/.jshintrc @@ -14,6 +14,7 @@ "unused": true, "browser": true, + "es3": true, "jquery": true, "globals": { |