From 9f60dc3dd6ec364ca0d422b2d674c67ec7cb20d0 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 21 Apr 2017 17:56:16 -0400 Subject: [PATCH] Change ecmaVersion to 8 to make eslint happy --- 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 },