diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-12-05 10:43:29 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-12-05 10:43:29 +0300 |
commit | 85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f (patch) | |
tree | ceed6b7c456c58cf7c6fbb7c39c4354b420d47c9 /.eslintrc.json | |
parent | 8922ef67f5c0fed404f8ebc18d908baa797db309 (diff) | |
download | rspamd-85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f.tar.gz rspamd-85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f.zip |
[Test] Remove default ESLint Stylistic rule
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
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"], |