Remove ESLint no-continue rule
This commit is contained in:
parent
6a026c6439
commit
184f7e1bf3
6 changed files with 2 additions and 8 deletions
|
@ -43,6 +43,8 @@ const rules = {
|
|||
{ avoidEscape: true, allowTemplateLiterals: false },
|
||||
],
|
||||
|
||||
'no-continue': 'off',
|
||||
|
||||
// Prettier overrides:
|
||||
'arrow-parens': 'off',
|
||||
'function-paren-newline': 'off',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue