From: moisseev Date: Sat, 5 Mar 2022 09:19:01 +0000 (+0300) Subject: [Test] Enable ECMAScript 6 features X-Git-Tag: 3.2~30^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1012fd1cfb3c311d123ed99d3ca2633bb645ee63;p=rspamd.git [Test] Enable ECMAScript 6 features --- diff --git a/.eslintrc.json b/.eslintrc.json index ff514b13c..4f0041692 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,7 @@ { "env": { - "browser": true + "browser": true, + "es6": true }, "extends": "eslint:all", "globals": {