diff options
author | moisseev <moiseev@mezonplus.ru> | 2022-03-05 12:19:01 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2022-03-05 12:19:01 +0300 |
commit | 1012fd1cfb3c311d123ed99d3ca2633bb645ee63 (patch) | |
tree | 1d0152efd954ab49c2e3d424455778f5c10d8999 /.eslintrc.json | |
parent | 9a6ee04f0d351f82fbba65446e8318c8fe188117 (diff) | |
download | rspamd-1012fd1cfb3c311d123ed99d3ca2633bb645ee63.tar.gz rspamd-1012fd1cfb3c311d123ed99d3ca2633bb645ee63.zip |
[Test] Enable ECMAScript 6 features
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
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": { |