From 4473df985cb38f1e8b991cc7e0565711b0b614c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kwa=C5=9Bniak?= Date: Sat, 13 Jun 2020 19:47:56 +0200 Subject: [PATCH] Fix linter --- tests/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.eslintrc.js b/tests/.eslintrc.js index ec1b8c2..0d87549 100644 --- a/tests/.eslintrc.js +++ b/tests/.eslintrc.js @@ -2,6 +2,7 @@ module.exports = { rules: { + 'max-len': 0, 'max-lines': 0, 'max-statements': 0, 'max-lines-per-function': 0