aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2024-05-13 21:47:16 +0300
committermoisseev <moiseev@mezonplus.ru>2024-05-13 21:47:16 +0300
commit45d2dfebb0ca76aab5d3bde91ab8ea72efc9f89e (patch)
tree105e30137fd646a6354a34255c8e31a4708aad6a /.eslintrc.json
parent5656826d263c4789a9b5732ecb2361255c0cf0f1 (diff)
downloadrspamd-45d2dfebb0ca76aab5d3bde91ab8ea72efc9f89e.tar.gz
rspamd-45d2dfebb0ca76aab5d3bde91ab8ea72efc9f89e.zip
[Test] Disable @stylistic/multiline-comment-style
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 b9dbe1679..a6f4e1129 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -50,6 +50,7 @@
"@stylistic/function-call-argument-newline": "off",
"@stylistic/max-len": ["error", { "code": 128 }],
"@stylistic/max-statements-per-line": ["error", { "max": 2 }],
+ "@stylistic/multiline-comment-style": "off",
"@stylistic/multiline-ternary": ["error", "always-multiline"],
"@stylistic/newline-per-chained-call": ["error", { "ignoreChainWithDepth": 5 }],
"@stylistic/no-extra-parens": ["error", "functions"],