Skip to content

Commit

Permalink
Support Spread Operator for spec files (#7542)
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos authored Oct 6, 2021
1 parent 718c94c commit 22ca1d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
'$$PREBID_GLOBAL$$': false
},
parserOptions: {
sourceType: 'module'
sourceType: 'module',
ecmaVersion: 2018
},
rules: {
'comma-dangle': 'off',
Expand Down

0 comments on commit 22ca1d8

Please sign in to comment.