From def746a5dda265e113940ee13329ad3b45efd187 Mon Sep 17 00:00:00 2001 From: moisseev Date: Tue, 20 Aug 2019 14:36:19 +0300 Subject: [WebUI] Rework scan results display --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index c9fa15153..bfc3fd6a5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,7 @@ "singleLine": { "afterColon": false } }], "max-params": ["warn", 6], - "max-statements": ["warn", 33], + "max-statements": ["warn", 44], "max-statements-per-line": ["error", { "max": 2 }], "multiline-comment-style": "off", "multiline-ternary": ["error", "always-multiline"], -- cgit v1.2.3