commit 1012fd1: [Test] Enable ECMAScript 6 features
moisseev
moiseev at mezonplus.ru
Sun Mar 6 17:21:04 UTC 2022
Author: moisseev
Date: 2022-03-05 12:19:01 +0300
URL: https://github.com/rspamd/rspamd/commit/1012fd1cfb3c311d123ed99d3ca2633bb645ee63
[Test] Enable ECMAScript 6 features
---
.eslintrc.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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": {
More information about the Commits
mailing list