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",