Skip to content

Commit a25af0e

Browse files
committed
using the original prettier-comments
1 parent ec90db0 commit a25af0e

File tree

3 files changed

+83
-370
lines changed

3 files changed

+83
-370
lines changed

src/comments/handler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const {
22
handleOwnLineComment,
33
handleEndOfLineComment,
44
handleRemainingComment,
5-
hasLeadingComment,
65
isBlockComment
76
} = require('../prettier-comments/language-js/comments');
87

@@ -90,6 +89,5 @@ module.exports = {
9089
handleOwnLineComment: solidityHandleOwnLineComment,
9190
handleEndOfLineComment: solidityHandleEndOfLineComment,
9291
handleRemainingComment: solidityHandleRemainingComment,
93-
hasLeadingComment,
9492
isBlockComment
9593
};

0 commit comments

Comments
 (0)