fix spread operator eslint error

This commit is contained in:
Jonathan Rainville 2018-08-02 10:56:09 -04:00 committed by Pascal Precht
parent 21d8d84cca
commit 1cca98eb30
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
], ],
"parserOptions": { "parserOptions": {
"sourceType": "module", "sourceType": "module",
"ecmaVersion": 2017, "ecmaVersion": 2018,
"ecmaFeatures": { "ecmaFeatures": {
"jsx": true "jsx": true
} }