Skip to content

Commit

Permalink
feat: add multiline-expression
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc92 committed May 9, 2023
1 parent 150aa64 commit 7eb08e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module.exports = {
blankLine: 'always',
prev: '*',
next: [
'block', 'block-like', 'if', 'for', 'switch', 'export', 'return', 'class', 'throw', 'multiline-const', 'multiline-let'
'block', 'block-like', 'if', 'for', 'switch', 'export', 'return', 'class', 'throw', 'multiline-const', 'multiline-expression', 'multiline-let'
]
}, {
// always add new line AFTER these
Expand Down

0 comments on commit 7eb08e6

Please sign in to comment.