From be921a769417cf89f8006ee404ea049c910b757d Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Tue, 22 Oct 2024 15:54:03 -0400 Subject: [PATCH] Upgrade ESLint ecmaVersion to 2017 --- config/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.eslintrc.js b/config/.eslintrc.js index 04de0f9d10c..57243a3e2a4 100644 --- a/config/.eslintrc.js +++ b/config/.eslintrc.js @@ -31,7 +31,7 @@ module.exports = { 'unused-imports' ], 'parserOptions': { - 'ecmaVersion': 2015, + 'ecmaVersion': 2017, 'sourceType': 'module' }, 'overrides': [