chore: Set ecmaVersion = 8 in eslintrc to allow async await syntax
This commit is contained in:
parent
245a8186af
commit
8ae185f7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"ecmaVersion": 8,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue