diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-05-14 14:15:34 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 14:15:34 +0600 |
commit | 0a55f3043da5c934c31e24fc1512623190aabc75 (patch) | |
tree | 105e30137fd646a6354a34255c8e31a4708aad6a | |
parent | 5656826d263c4789a9b5732ecb2361255c0cf0f1 (diff) | |
parent | 45d2dfebb0ca76aab5d3bde91ab8ea72efc9f89e (diff) | |
download | rspamd-0a55f3043da5c934c31e24fc1512623190aabc75.tar.gz rspamd-0a55f3043da5c934c31e24fc1512623190aabc75.zip |
Merge pull request #4966 from moisseev/eslint
[Test] Disable @stylistic/multiline-comment-style
-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"], |