Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 77fe967

Browse files
Enable multiline-comment-style
1 parent 52a2dd0 commit 77fe967

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coding-styles/fixable.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ module.exports = {
160160
exceptAfterSingleLine: true,
161161
}],
162162

163+
// Enforce a particular style for multiline comments
164+
// Prefer consecutive line comments for multiline comment block
165+
'multiline-comment-style': ['warn', 'separate-lines'],
166+
163167
// Newline Per Chained Method Call
164168
// This rule checks and reports the chained calls if there are no new lines after each call or
165169
// deep member access.

0 commit comments

Comments
 (0)