From 7178a12ed54c7e708ac5b7371cfa18e7882c320b Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 16 Aug 2017 11:43:44 +0800 Subject: [PATCH] Activate ES2017 in eslint to allow async/await --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 322a0f0..54caf24 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,7 +1,7 @@ { "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 6 + "ecmaVersion": 2017 }, "env": { "node": true,