diff options
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 65c224f0e..4f9dc87d2 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -13,6 +13,7 @@ "undef": true, "unused": true, + "es3": true, "evil": true, "sub": true, |