From 22ca1d8bb1bca03081544f4ff9913303377d7945 Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 6 Oct 2021 13:12:31 +0200 Subject: [PATCH] Support Spread Operator for spec files (#7542) --- test/.eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/.eslintrc.js b/test/.eslintrc.js index 0ea3276dbaf..abb34438653 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -8,7 +8,8 @@ module.exports = { '$$PREBID_GLOBAL$$': false }, parserOptions: { - sourceType: 'module' + sourceType: 'module', + ecmaVersion: 2018 }, rules: { 'comma-dangle': 'off',