From ef579e29f6f1e8bf56f0bf692e3f0bd73997f492 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 8 Feb 2018 14:47:05 -0800 Subject: [PATCH] Update eslint parserOptions to es2017 for async/await support. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index de64bd22f8..52e1d7ce5c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,7 +1,7 @@ { "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 6 + "ecmaVersion": 2017 }, "rules": { "no-console": "off",