summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-10-15 19:58:20 +0300
committermoisseev <moiseev@mezonplus.ru>2023-10-15 19:58:20 +0300
commitc290eece13a1f9f1f816789f5e02bb9c0cf34d82 (patch)
treefdd83a6bdbfabb12898317aea51a007095a8ebb6 /.eslintrc.json
parentd79888f8efcbbb7263e021b73c3f9f94e4f8549b (diff)
downloadrspamd-c290eece13a1f9f1f816789f5e02bb9c0cf34d82.tar.gz
rspamd-c290eece13a1f9f1f816789f5e02bb9c0cf34d82.zip
[WebUI] Add control to invert action filter
to scan results and history tables Issue: #4098
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 714c80f7c..f0856b782 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -49,6 +49,7 @@
"padded-blocks": "off",
"prefer-arrow-callback": "off",
"prefer-destructuring": "off",
+ "prefer-named-capture-group": "off",
"prefer-object-has-own": "off",
"prefer-spread": "off",
"prefer-template": "off",