From 58569a648c61ab56b742e1f3add181ec5422b40f Mon Sep 17 00:00:00 2001 From: eouia Date: Tue, 26 Apr 2022 14:51:12 +0200 Subject: [PATCH] Added ECMA Version of lint to 2020 --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 751bf56d95..9d40203bee 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,7 @@ }, "parserOptions": { "sourceType": "module", - "ecmaVersion": 2018, + "ecmaVersion": 2020, "ecmaFeatures": { "globalReturn": true }