Skip to content

Commit

Permalink
Update eslint parserOptions to es2017 for async/await support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 8, 2018
1 parent e6d558e commit ef579e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
@@ -1,7 +1,7 @@
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6
"ecmaVersion": 2017
},
"rules": {
"no-console": "off",
Expand Down

0 comments on commit ef579e2

Please sign in to comment.