From 78dbaf8c5165b18cce4ab4e509dd741c7a0aa943 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 1 Jul 2020 08:06:49 -0400 Subject: [PATCH] Updated eslint --- js/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/js/.eslintrc.json b/js/.eslintrc.json index c3af272..c701868 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -37,6 +37,7 @@ "multiline-ternary": "off", "new-cap": ["error", {"newIsCap": false}], "newline-after-var": "off", + "no-continue": "off", "no-extra-parens": "off", "no-lonely-if": "off", "no-loop-func": "off",