From 4d8d28b7aa4a7843e12f9c0e3e879de95c47951e Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 13 Apr 2017 14:14:59 -0400 Subject: [PATCH] Update ecmaVersion in eslint so we can use async --- src/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.eslintrc.json b/src/.eslintrc.json index 677146b5..2f48f1d4 100755 --- a/src/.eslintrc.json +++ b/src/.eslintrc.json @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 6, + "ecmaVersion": 8, "ecmaFeatures": { "impliedStrict": true },