From 1012fd1cfb3c311d123ed99d3ca2633bb645ee63 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sat, 5 Mar 2022 12:19:01 +0300 Subject: [PATCH] [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": { -- 2.39.5