From 6ccfb20c8bc59345ee5fc8ae5af0c90c4d6c7294 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Mon, 23 Apr 2012 18:13:40 +0200 Subject: [PATCH] Grunt: Add JSHINT to predefs for tests --- tests/.jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/.jshintrc b/tests/.jshintrc index 2db023452..783237218 100644 --- a/tests/.jshintrc +++ b/tests/.jshintrc @@ -53,6 +53,7 @@ "stop", "test", "TestHelpers", - "widthAfter" + "widthAfter", + "JSHINT" ] } \ No newline at end of file -- 2.39.5