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