From 66e69b5117fe4776bd83b3fc1e943a9a5b9176a9 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 27 Feb 2024 11:23:07 -0500 Subject: [PATCH] chore: bump ESLint ecmaVersion to 2020 --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 53e788ebed..88fdd14a81 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -12,7 +12,7 @@ module.exports = [ { ...js.configs.recommended, languageOptions: { - ecmaVersion: 2018, + ecmaVersion: 2020, globals: { ...globals.browser, ...globals.node