Skip to content

Commit

Permalink
Require line break before break and continue keywords (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekaran authored May 2, 2022
1 parent f645ec0 commit 3a69cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configs/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ export const javascript = {
blankLine: 'always',
prev: '*',
next: [
'break',
'continue',
'return',
'if',
'function',
Expand Down

0 comments on commit 3a69cac

Please sign in to comment.