summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-12-07 17:49:08 +0300
committermoisseev <moiseev@mezonplus.ru>2023-12-07 17:49:08 +0300
commit9634c91031287db0efb4885e9e016049f4d34b08 (patch)
treeafae3c07aa38b2ddddbd8dae07ffed797fa5483e /.eslintrc.json
parent70bd8f78419df9a0f86037594dc5a9bc07282d97 (diff)
downloadrspamd-9634c91031287db0efb4885e9e016049f4d34b08.tar.gz
rspamd-9634c91031287db0efb4885e9e016049f4d34b08.zip
[Test] Unbreak ESLint
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
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"
}
}