diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-10-15 19:58:20 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-10-15 19:58:20 +0300 |
commit | c290eece13a1f9f1f816789f5e02bb9c0cf34d82 (patch) | |
tree | fdd83a6bdbfabb12898317aea51a007095a8ebb6 /.eslintrc.json | |
parent | d79888f8efcbbb7263e021b73c3f9f94e4f8549b (diff) | |
download | rspamd-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.json | 1 |
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", |