diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-12-05 22:05:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 22:05:00 +0000 |
commit | 537f28b8700503c64d4d7ea188dfba8a379a04d3 (patch) | |
tree | ceed6b7c456c58cf7c6fbb7c39c4354b420d47c9 | |
parent | 8922ef67f5c0fed404f8ebc18d908baa797db309 (diff) | |
parent | 85f5b946f25d3f2cbf2be86247170e4ab1f8ab2f (diff) | |
download | rspamd-537f28b8700503c64d4d7ea188dfba8a379a04d3.tar.gz rspamd-537f28b8700503c64d4d7ea188dfba8a379a04d3.zip |
Merge pull request #4724 from moisseev/webui
[Test] Remove default ESLint Stylistic rule
-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"], |