diff options
author | moisseev <moiseev@mezonplus.ru> | 2019-08-19 12:57:54 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2019-08-19 12:57:54 +0300 |
commit | 76544070f227515c242f6c1a74c9f578054da3d0 (patch) | |
tree | 41c3272210f55dde9b8fd8fdf34395cb4da35522 /.eslintrc.json | |
parent | 2c02496877f8f0d6263eb1e4a5e2ca89fe269d59 (diff) | |
download | rspamd-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.json | 1 |
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 }], |