From ccece92a0184d9c008eab59cd69bc6c61713e361 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 6 Mar 2021 18:32:54 -0500 Subject: [PATCH] changes to eslint config --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7cfeb4b..70d1a95 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -40,7 +40,8 @@ "no-underscore-dangle": "off", "keyword-spacing": "off", "no-multiple-empty-lines": "off", - "consistent-return": "off" + "consistent-return": "off", + "no-continue": "off" }, "ignorePatterns": "**/*.js" }