aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-12-05 10:43:29 +0300
committermoisseev <moiseev@mezonplus.ru>2023-12-05 10:43:29 +0300
commit85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f (patch)
treeceed6b7c456c58cf7c6fbb7c39c4354b420d47c9 /.eslintrc.json
parent8922ef67f5c0fed404f8ebc18d908baa797db309 (diff)
downloadrspamd-85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f.tar.gz
rspamd-85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f.zip
[Test] Remove default ESLint Stylistic rule
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 49bb81dcf..f805aff2c 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"],