From 1b7be6ea25463745efef220c54a3b940f53844bb Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 11 Jan 2020 19:32:14 +0900 Subject: [PATCH] allow continue syntax --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 220fa5c8..a3c9a16d 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -45,6 +45,7 @@ module.exports = { 'new-cap': 0, 'no-bitwise': 0, 'no-console': 0, + 'no-continue': 0, 'no-empty': ['error', { 'allowEmptyCatch': true }], 'no-magic-numbers': 0, 'no-mixed-operators': 0,