]> source.dussan.org Git - rspamd.git/commitdiff
[Test] ESLint: Do not enforce line breaks
authormoisseev <moiseev@mezonplus.ru>
Mon, 19 Aug 2019 09:57:54 +0000 (12:57 +0300)
committermoisseev <moiseev@mezonplus.ru>
Mon, 19 Aug 2019 09:57:54 +0000 (12:57 +0300)
between function call arguments

.eslintrc.json

index b57c7129d5719b8c117306732ffc16fcc6ccc98d..c9fa15153bedd14c3b2e89bf5292e3a8d4bec6ca 100644 (file)
@@ -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 }],