From 9abcdc4845c4e1c0712d3a61c059fada6d23aba9 Mon Sep 17 00:00:00 2001
From: DCoded <dicoded@email.com>
Date: Wed, 26 Jan 2022 23:07:11 -0500
Subject: [PATCH] Update ecmaVersion to 2021

---
 .eslintrc.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index c43caf1d84c..9dbbf5be39e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -25,7 +25,7 @@
 		"postdisplay": true
 	},
 	"parserOptions": {
-		"ecmaVersion": 2019,
+		"ecmaVersion": 2021,
 		"sourceType": "script",
 		"ecmaFeatures": {
 			"impliedStrict": true
-- 
GitLab