Prettier 1.7.4
Playground link
--parser less
--trailing-comma all
Input:
.myMixin(@someMixinRules: {
// comment
z-index: 0;
});
Output:
.myMixin(@someMixinRules: {
// comment
z-index: 0;
});;
Expected behavior:
.myMixin(@someMixinRules: {
// comment
z-index: 0;
});
Prettier 1.7.4
Playground link
Input:
Output:
Expected behavior: