aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorishisora <142070845+ishisora@users.noreply.github.com>2024-05-14 21:25:41 +0900
committerGitHub <noreply@github.com>2024-05-14 21:25:41 +0900
commit61a8211e08b3188d93acf202efe06c19dfe2c5c3 (patch)
treee54422e2bd8037cffda189040b3b9552f1a73a55
parentd9f5570676f8abe5950493f5e772e87a14481a52 (diff)
parent0a55f3043da5c934c31e24fc1512623190aabc75 (diff)
downloadrspamd-61a8211e08b3188d93acf202efe06c19dfe2c5c3.tar.gz
rspamd-61a8211e08b3188d93acf202efe06c19dfe2c5c3.zip
Merge branch 'rspamd:master' into master
-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"],