From 0a1ac550da8e53df1d65b66791083370f37fb2b8 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Sun, 3 May 2020 16:38:31 -0700 Subject: [PATCH] allow es6 syntax --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 948b9ac8a2..e8fea9f09c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,9 @@ "env": { "browser": true }, + "parserOptions": { + "ecmaVersion": 6 + }, "rules": { "no-unused-vars": 0, "no-undef": 0