From c945e5244e48bc39f77fc3ec80417a3d08644941 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Wed, 6 Nov 2019 09:26:34 +0000 Subject: [PATCH] updated the linter config --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3115e19..6c375b1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,7 +27,7 @@ "max-depth": ["error", 3], "max-len": ["warn", { "code": 120, "tabWidth": 4 }], "max-lines": ["warn", {"max": 150, "skipBlankLines": true, "skipComments": true}], - "max-lines-per-function": ["error", 20], + "max-lines-per-function": ["warn", {"max": 20, "skipBlankLines": true, "skipComments": true}], "max-nested-callbacks": ["error", 4], "max-params": ["error", 5], "max-statements": ["error", 20],