From 2b2656b7e1adbdeb8d2af7199ffee471e3e3d3fb Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 1 Jul 2015 23:56:20 +0200 Subject: [PATCH] Minor. --- test/.jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.jshintrc b/test/.jshintrc index 98c4b4b4..0ba73d10 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -12,7 +12,7 @@ "nonbsp": true, "nonew": true, "plusplus": true, - "strict": false, + "strict": true, "supernew": true, "trailing": true, "undef": true,