From 66f9bfa84950fee93999731c52911110ab724b46 Mon Sep 17 00:00:00 2001 From: Marketionist Date: Mon, 24 Nov 2025 15:26:04 -0500 Subject: [PATCH] Update ecmaVersion --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7738384..92faa32 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 2018, + "ecmaVersion": "latest", "sourceType": "module" }, "env": {