sort-js-object-keys
sort-js-object-keys copied to clipboard
[Feature Request] Inline comments
This extension already supports comments like this
const foo = {
// some comment
b : 2,
// another comment
a : 1,
}
But it doesn't support inline comments like this
const foo = {
b : 2, // some comment
a : 1, // another comment
}
The second form is just as common as the first one. It would be nice if both were supported.
Thanks for this suggestion, I will mark this as a feature.