We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f3aa7 commit 71201b0Copy full SHA for 71201b0
1 file changed
src/comments/printer.js
@@ -1,9 +1,9 @@
1
const {
2
doc: {
3
builders: { hardline, join }
4
- }
+ },
5
+ util: { hasNewline }
6
} = require('prettier');
-const { hasNewline } = require('../prettier-comments/common/util');
7
8
function isIndentableBlockComment(comment) {
9
// If the comment has multiple lines and every line starts with a star
0 commit comments