summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-12-30 18:06:40 +0300
committermoisseev <moiseev@mezonplus.ru>2023-12-30 18:06:40 +0300
commit5210699735731b5ea9851cea772e47d0191ee83d (patch)
treec98ff047f65e1dadeeb99f226de54a71cc48b33d /.eslintrc.json
parent9f5b7b4264eed536c127633b42a30cbe30cc2859 (diff)
downloadrspamd-5210699735731b5ea9851cea772e47d0191ee83d.tar.gz
rspamd-5210699735731b5ea9851cea772e47d0191ee83d.zip
[WebUI] Show message size in IEC (base 1024) units
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 6aa347e1d..b9dbe1679 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -10,6 +10,9 @@
"globals": {
"define": false
},
+ "parserOptions": {
+ "ecmaVersion": 2016
+ },
"plugins": [
"@stylistic"
],