diff --git a/.eslintrc.json b/.eslintrc.json index 12cc63cf..6782153e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,7 +17,7 @@ "eqeqeq": "error", "max-depth": ["warn", { "max": 3 }], "max-nested-callbacks": ["warn", { "max": 4 }], - "max-params": ["warn", { "max": 4 }], + "max-params": ["error", { "max": 4 }], "max-statements": ["warn", { "max": 20 }, { "ignoreTopLevelFunctions": true }], "no-invalid-this": "warn" },