diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-12-07 17:49:08 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-12-07 17:49:08 +0300 |
commit | 9634c91031287db0efb4885e9e016049f4d34b08 (patch) | |
tree | afae3c07aa38b2ddddbd8dae07ffed797fa5483e /.eslintrc.json | |
parent | 70bd8f78419df9a0f86037594dc5a9bc07282d97 (diff) | |
download | rspamd-9634c91031287db0efb4885e9e016049f4d34b08.tar.gz rspamd-9634c91031287db0efb4885e9e016049f4d34b08.zip |
[Test] Unbreak ESLint
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index f805aff2c..6aa347e1d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -67,6 +67,7 @@ "no-invalid-this": "off", "sort-keys": "off", - "@stylistic/function-paren-newline": "off" + "@stylistic/function-paren-newline": "off", + "@stylistic/indent-binary-ops": "off" } } |