Bug 1375689 - Turn on experimentalObjectRestSpread in ESlint options. r=mossop

MozReview-Commit-ID: BLZp3HskBji

--HG--
extra : rebase_source : 721d0586deb572a5e989547d592d741cc9d15950
This commit is contained in:
Mark Banner 2017-11-14 13:21:16 +00:00
Родитель a7ba580113
Коммит 7f5c3c3582
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,9 @@ module.exports = {
},
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
},
"ecmaVersion": 8
},