From e993aa7dbc7156ddb2d8d4aeb92c5c36c4b2415e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 26 Mar 2025 11:30:08 +0100 Subject: [PATCH] chore: bump eslint ecmaVersion from 2020 to 2021 --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6aef9e75..ca6715f2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,7 @@ "es6": true }, "parserOptions": { - "ecmaVersion": 2020, + "ecmaVersion": 2021, "sourceType": "module" } }