commit 7654407: [Test] ESLint: Do not enforce line breaks

moisseev moiseev at mezonplus.ru
Mon Aug 19 10:21:03 UTC 2019


Author: moisseev
Date: 2019-08-19 12:57:54 +0300
URL: https://github.com/rspamd/rspamd/commit/76544070f227515c242f6c1a74c9f578054da3d0

[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 }],


More information about the Commits mailing list