summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2022-03-05 12:19:01 +0300
committermoisseev <moiseev@mezonplus.ru>2022-03-05 12:19:01 +0300
commit1012fd1cfb3c311d123ed99d3ca2633bb645ee63 (patch)
tree1d0152efd954ab49c2e3d424455778f5c10d8999 /.eslintrc.json
parent9a6ee04f0d351f82fbba65446e8318c8fe188117 (diff)
downloadrspamd-1012fd1cfb3c311d123ed99d3ca2633bb645ee63.tar.gz
rspamd-1012fd1cfb3c311d123ed99d3ca2633bb645ee63.zip
[Test] Enable ECMAScript 6 features
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
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": {