Skip to content

Commit 3a69cac

Browse files
authored
Require line break before break and continue keywords (#170)
1 parent f645ec0 commit 3a69cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configs/javascript.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ export const javascript = {
204204
blankLine: 'always',
205205
prev: '*',
206206
next: [
207+
'break',
208+
'continue',
207209
'return',
208210
'if',
209211
'function',

0 commit comments

Comments
 (0)