summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2019-08-19 12:57:54 +0300
committermoisseev <moiseev@mezonplus.ru>2019-08-19 12:57:54 +0300
commit76544070f227515c242f6c1a74c9f578054da3d0 (patch)
tree41c3272210f55dde9b8fd8fdf34395cb4da35522 /.eslintrc.json
parent2c02496877f8f0d6263eb1e4a5e2ca89fe269d59 (diff)
downloadrspamd-76544070f227515c242f6c1a74c9f578054da3d0.tar.gz
rspamd-76544070f227515c242f6c1a74c9f578054da3d0.zip
[Test] ESLint: Do not enforce line breaks
between function call arguments
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
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 }],