aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-11-17 13:02:41 +0300
committermoisseev <moiseev@mezonplus.ru>2023-11-17 13:02:41 +0300
commit2bed972703dfe52206eb06e8583eb39b38596cc4 (patch)
tree78ac0be55f2f4fc9dfa59ced581d77d725e308b7 /.eslintrc.json
parent66620b534846573efd0222e3d6980b54b5259c20 (diff)
downloadrspamd-2bed972703dfe52206eb06e8583eb39b38596cc4.tar.gz
rspamd-2bed972703dfe52206eb06e8583eb39b38596cc4.zip
[Minor] Get rid of 'var' declarations
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 c224b5d00..322185acc 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -41,7 +41,6 @@
"no-negated-condition": "off",
"no-plusplus": "off",
"no-ternary": "off",
- "no-var": "off",
"object-curly-newline": ["error", { "consistent": true }],
"object-property-newline": ["error", { "allowAllPropertiesOnSameLine": true }],
"object-shorthand": "off",