From 76544070f227515c242f6c1a74c9f578054da3d0 Mon Sep 17 00:00:00 2001 From: moisseev Date: Mon, 19 Aug 2019 12:57:54 +0300 Subject: [PATCH] [Test] ESLint: Do not enforce line breaks between function call arguments --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index b57c7129d..c9fa15153 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,6 +16,7 @@ "dot-location": ["error", "property"], "func-names": "off", // "func-style": ["error", "declaration"], + "function-call-argument-newline": "off", "id-length": ["error", { "min": 1 }], "indent": ["error", 4, { "SwitchCase": 1 }], // "max-len": ["error", { "code": 120 }], -- 2.39.5