From: moisseev Date: Tue, 5 Dec 2023 07:43:29 +0000 (+0300) Subject: [Test] Remove default ESLint Stylistic rule X-Git-Tag: 3.8.0~47^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4724%2Fhead;p=thirdparty%2Frspamd.git [Test] Remove default ESLint Stylistic rule --- diff --git a/.eslintrc.json b/.eslintrc.json index 49bb81dcf2..f805aff2cf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -45,7 +45,6 @@ "@stylistic/comma-dangle": ["error", "only-multiline"], "@stylistic/dot-location": ["error", "property"], "@stylistic/function-call-argument-newline": "off", - "@stylistic/indent": ["error", 4, { "SwitchCase": 1 }], "@stylistic/max-len": ["error", { "code": 128 }], "@stylistic/max-statements-per-line": ["error", { "max": 2 }], "@stylistic/multiline-ternary": ["error", "always-multiline"],