From d21f462bd3faca5868d895df278028fefe095540 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sun, 2 Aug 2020 14:59:29 -0500 Subject: [PATCH] enable EcmaScript 6 to allow for-of loops --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 64950ee0d..0bb050ad1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,6 +3,7 @@ module.exports = { "env": { "browser": true, + "es6": true, }, "extends": ["google"], "overrides": [{