From 3f2385e3a601cb5f1de6555dc6294a16644dc669 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 8 Feb 2024 14:40:28 +0100 Subject: [PATCH] update EcmaVersion --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7afe928..db4da79 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,7 @@ }, "extends": ["eslint:recommended", "plugin:prettier/recommended"], "parserOptions": { - "ecmaVersion": 6 + "ecmaVersion": 8 }, "rules": { "no-unused-vars": "off",