From d7a22b5abeba921846c75e15423b1bcf6d3a5f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 16 Apr 2013 13:00:22 +0200 Subject: [PATCH] Higher limit on detected errors --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 777c01bd98..26e5b57d8a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,6 +1,6 @@ { // Show more errors - "maxerr" : 200, + "maxerr" : 1000, // Globals "jquery" : true,