From db80c7c3813f0c7d6bb29965f05fe6d7b10fdc18 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sun, 17 Jan 2016 18:31:15 +1100 Subject: [PATCH] Reduced jshint maxcomplexity and maxstatements --- .jshintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 481af2c9..e8695547 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,7 +11,7 @@ "trailing": true, "quotmark": "single", "immed": true, - "maxstatements": 178, + "maxstatements": 172, "maxdepth": 7, - "maxcomplexity": 87 + "maxcomplexity": 85 } \ No newline at end of file