From fdf9a0819780a5949bf8dbd28218148b6370b72b Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 30 Mar 2025 18:12:55 +0000 Subject: [PATCH] Bump ESLint ecmaVersion to 2020. It wasn't aware of optional chaining. --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d2f24d663..53184783a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,7 @@ module.exports = { }, "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 2018 + "ecmaVersion": 2020 }, "rules": { "accessor-pairs": "error",