Skip to content

Commit c663c75

Browse files
committed
refactor(prettier): Set multi-line ternary to always
1 parent 60488da commit c663c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/stylistic-issues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module.exports = {
190190

191191
// enforce newlines between operands of ternary expressions
192192
// http://eslint.org/docs/rules/multiline-ternary
193-
'multiline-ternary': ['error', 'never'],
193+
'multiline-ternary': ['error', 'always'],
194194

195195
// require constructor names to begin with a capital letter
196196
// http://eslint.org/docs/rules/new-cap

0 commit comments

Comments
 (0)