From dd9f5fe791f834688164b5f875b6a8024ebddb4d Mon Sep 17 00:00:00 2001 From: Alex Johansson Date: Sat, 18 Sep 2021 00:02:35 +0100 Subject: [PATCH] suggestion: `max-params` `3` (#647) --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6cb93362fd..27082ca90a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,7 +21,8 @@ "react/react-in-jsx-scope": "off", "react/prop-types": "off", "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/explicit-module-boundary-types": "off" + "@typescript-eslint/explicit-module-boundary-types": "off", + "max-params": ["error", 3] }, "overrides": [ {