From 7b549b8ecb7f249043eb2e8d4dba3e8436c7a384 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Mon, 13 Jun 2022 20:41:51 -0400 Subject: [PATCH] chore: update eslintrc [skip ci] --- source/.eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/.eslintrc.yml b/source/.eslintrc.yml index e3db540c..3d160bdc 100644 --- a/source/.eslintrc.yml +++ b/source/.eslintrc.yml @@ -68,7 +68,7 @@ rules: # Code simplicity max-depth: [error, 10] max-nested-callbacks: error - max-params: [error, 3] + max-params: [error, 4] max-statements-per-line: error newline-per-chained-call: [error, {ignoreChainWithDepth: 6}] object-shorthand: error