Skip to content

Commit

Permalink
allow continue
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 10, 2021
1 parent 733e3d4 commit 4c3acc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ module.exports = {
'no-param-reassign': ['error', { props: false }],
// I disagree that this is bad
'max-classes-per-file': 'off',
// Allow `continue` in loops
'no-continue': ['off'],
// Allow `for..of`
'no-restricted-syntax': [
'error',
Expand Down

0 comments on commit 4c3acc1

Please sign in to comment.