From: moisseev Date: Mon, 13 May 2024 18:47:16 +0000 (+0300) Subject: [Test] Disable @stylistic/multiline-comment-style X-Git-Tag: 3.9.0~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45d2dfebb0ca76aab5d3bde91ab8ea72efc9f89e;p=thirdparty%2Frspamd.git [Test] Disable @stylistic/multiline-comment-style --- diff --git a/.eslintrc.json b/.eslintrc.json index b9dbe16790..a6f4e1129b 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"],