From 45d2dfebb0ca76aab5d3bde91ab8ea72efc9f89e Mon Sep 17 00:00:00 2001 From: moisseev Date: Mon, 13 May 2024 21:47:16 +0300 Subject: [PATCH] [Test] Disable @stylistic/multiline-comment-style --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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"], -- 2.47.3