From 359fca56f27a95aea1cd7ebf3991c9ac373244ff Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 6 Oct 2021 10:36:22 +0200 Subject: [PATCH] Support Spread Operator for spec files --- 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',