Remove ESLint no-continue rule

This commit is contained in:
Evan Hahn 2020-10-27 20:00:28 -05:00 committed by Evan Hahn
parent 6a026c6439
commit 184f7e1bf3
6 changed files with 2 additions and 8 deletions

View file

@ -43,6 +43,8 @@ const rules = {
{ avoidEscape: true, allowTemplateLiterals: false },
],
'no-continue': 'off',
// Prettier overrides:
'arrow-parens': 'off',
'function-paren-newline': 'off',