diff --git a/.eslintrc.json b/.eslintrc.json index ab5122222..009b344cf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -80,7 +80,7 @@ "lines-around-comment": "error", "max-depth": "error", "max-len": "off", - "max-lines": "error", + "max-lines": "off", "max-nested-callbacks": "error", "max-params": "error", "max-statements": "off",