prettier/tests/comments/before-comma.js

7 lines
84 B
JavaScript

const foo = {
a: 'a' /* comment for this line */,
/* Section B */
b: 'b',
};