allow continue syntax

This commit is contained in:
pypy
2020-01-11 19:32:14 +09:00
parent 6b99dd3173
commit 1b7be6ea25

View File

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