From 8c11a98431ccd1f2d57751a624cc00a459d3aec3 Mon Sep 17 00:00:00 2001 From: Linus Lee Date: Thu, 31 Jan 2019 00:51:58 -0800 Subject: [PATCH] Update ESLint config --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4bc3bf5..7db888f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -142,7 +142,7 @@ module.exports = { 'max-lines': 'off', 'max-lines-per-function': 'off', 'max-nested-callbacks': 'error', - 'max-params': 'error', + 'max-params': 'off', 'max-statements': 'off', 'max-statements-per-line': 'error', 'multiline-comment-style': 'off',