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

View File

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