From db21cabd5301111967031fdcf9edab3d7b89fb12 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Fri, 10 Mar 2023 18:25:02 +0100 Subject: [PATCH] Increase max-params --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 88707c71..0d250725 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -316,7 +316,7 @@ module.exports = { "max-params": [ "error", { - "max": 7 + "max": 8 } ], "new-parens": "error",