Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7dcd683

Browse files
style: format code
1 parent 0d774c7 commit 7dcd683

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎lib/rules/no-multiple-template-root.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ const utils = require('../utils')
1313
* @returns {(HTMLComment | HTMLBogusComment | Comment)[]}
1414
*/
1515
function getReportComments(comments, elementRanges) {
16-
return comments.filter(
17-
(comment) =>
18-
!elementRanges.some(
19-
(range) => range[0] <= comment.range[0] && comment.range[1] <= range[1]
20-
)
21-
)
16+
return comments.filter(
17+
(comment) =>
18+
!elementRanges.some(
19+
(range) => range[0] <= comment.range[0] && comment.range[1] <= range[1]
20+
)
21+
)
2222
}
2323

2424
module.exports = {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /