chore: up ecmaVersion in eslint to support object rest spread

This commit is contained in:
Crawl 2018-08-20 18:30:19 +02:00
parent 4a24e8c12c
commit f33ad64d12
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -1,7 +1,7 @@
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2018
},
"env": {
"es6": true,