mirror of https://github.com/embarklabs/embark.git
fix spread operator eslint error
This commit is contained in:
parent
21d8d84cca
commit
1cca98eb30
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"sourceType": "module",
|
"sourceType": "module",
|
||||||
"ecmaVersion": 2017,
|
"ecmaVersion": 2018,
|
||||||
"ecmaFeatures": {
|
"ecmaFeatures": {
|
||||||
"jsx": true
|
"jsx": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue