diff options
author | ishisora <142070845+ishisora@users.noreply.github.com> | 2024-05-14 21:25:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 21:25:41 +0900 |
commit | 61a8211e08b3188d93acf202efe06c19dfe2c5c3 (patch) | |
tree | e54422e2bd8037cffda189040b3b9552f1a73a55 | |
parent | d9f5570676f8abe5950493f5e772e87a14481a52 (diff) | |
parent | 0a55f3043da5c934c31e24fc1512623190aabc75 (diff) | |
download | rspamd-61a8211e08b3188d93acf202efe06c19dfe2c5c3.tar.gz rspamd-61a8211e08b3188d93acf202efe06c19dfe2c5c3.zip |
Merge branch 'rspamd:master' into master
-rw-r--r-- | .eslintrc.json | 1 |
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"], |