replace experimentalObjectRestSpread with ecmaVersion: 2018

https://github.com/tc39/proposal-object-rest-spread has become a part
of the ECMAScript standard as of version 2018 (also known as ECMAScript
9).

experimentalObjectRestSpread will be removed in the future from eslint.
This commit is contained in:
Michael "Z" Goddard 2018-12-11 12:32:46 -05:00
parent 0a802a0828
commit 923a06d2ad
No known key found for this signature in database
GPG key ID: 762CD40DD5349872

4
es6.js
View file

@ -20,8 +20,6 @@ module.exports = {
es6: true
},
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true
}
ecmaVersion: 2018
}
};