chore: Set ecmaVersion = 8 in eslintrc to allow async await syntax

This commit is contained in:
Suraj Shetty 2019-03-07 10:07:10 +05:30
parent 245a8186af
commit 8ae185f7ff

View file

@ -5,7 +5,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 8,
"sourceType": "module"
},
"extends": "eslint:recommended",