From b798028d50c4661c9f29511eccd840b351789d81 Mon Sep 17 00:00:00 2001 From: Aldo D'Aquino Date: Tue, 1 Sep 2020 11:34:28 +0200 Subject: [PATCH] Upgrade EcmaScript version to support the regex --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3429b69..24a504c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,7 @@ "mocha": true }, "parserOptions": { - "ecmaVersion": 8 + "ecmaVersion": 2018 }, "rules": { "semi": ["warn", "never"],