From 461419b2300483c9a729ba556eb2194057142f9b Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:42:54 +0200 Subject: [PATCH] chore(deps): bump to ecmaVersion 2020 --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 39e21598..2b2bb2e9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -35,6 +35,6 @@ "mocha/no-setup-in-describe": "off" }, "parserOptions": { - "ecmaVersion": 2018 + "ecmaVersion": 2020 } }