fix spread operator eslint error

This commit is contained in:
Jonathan Rainville 2018-08-02 10:56:09 -04:00 committed by Iuri Matias
parent 56e5990b1e
commit 3eb2dbf61e

View File

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