summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-11-20 15:58:06 +0300
committermoisseev <moiseev@mezonplus.ru>2023-11-20 15:58:06 +0300
commiteab17b201a5ec7cbe13c15a7cf2b1bbd9480816a (patch)
tree74c111256ad419c5744b9d0196910fdebefad2d6 /.eslintrc.json
parent4d10f4efe643a84da936f29d48cc28ad70803ab0 (diff)
downloadrspamd-eab17b201a5ec7cbe13c15a7cf2b1bbd9480816a.tar.gz
rspamd-eab17b201a5ec7cbe13c15a7cf2b1bbd9480816a.zip
[Minor] Use destructuring
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 5e72d5e43..5ae3238ea 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -34,7 +34,6 @@
"object-shorthand": "off",
"one-var": ["error", { "initialized": "never" }],
"prefer-arrow-callback": "off",
- "prefer-destructuring": "off",
"prefer-named-capture-group": "off",
"prefer-object-has-own": "off",
"prefer-spread": "off",