From c89ca0e980c4f0291db37d2e7dfc5d5330eaa19c Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 9 Feb 2019 22:06:43 +0000 Subject: [PATCH] eslint option --- .eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index df53e9b..9fe920d 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -5,7 +5,7 @@ env: rules: block-scoped-var: 2 callback-return: 2 - complexity: [2, 18] + complexity: [2, 16] curly: [2, multi-or-nest, consistent] dot-location: [2, property] dot-notation: 2