prettier/tests/object-prop-break-in/comment.js

7 lines
93 B
JavaScript

function foo() {
return {
// this comment causes the problem
bar: baz() + 1
};
}