From be67034e02454c8dddb3aa20b111aacf2caf2fc4 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Mon, 25 Dec 2017 22:00:58 +1100 Subject: [PATCH] Update .eslintrc --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 21794fe2..4604b80e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -14,7 +14,7 @@ "keyword-spacing": ["error", { "after": true, "before": true }], "max-depth": [2, 7], "max-statements": [2, 130], - "complexity": [2, 33], + "complexity": [2, 41], "no-unused-vars": 2, "no-eval": 2, "no-underscore-dangle": 0,