Run new lint rules (#5413)
This commit is contained in:
@@ -295,7 +295,7 @@ export default class Printer {
|
||||
|
||||
startTerminatorless(): Object {
|
||||
return this._parenPushNewlineState = {
|
||||
printed: false
|
||||
printed: false,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -370,7 +370,7 @@ export default class Printer {
|
||||
if (comment) {
|
||||
this._printComment({
|
||||
type: "CommentBlock",
|
||||
value: comment
|
||||
value: comment,
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -383,7 +383,7 @@ export default class Printer {
|
||||
if (comment) {
|
||||
this._printComment({
|
||||
type: "CommentBlock",
|
||||
value: comment
|
||||
value: comment,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user