4 ms·
You can controll the formatting with empty comments eg, if you dont like const {a, b, c} = props; you can do const { // a, b,
by Hurtak 6y ago
You can controll the formatting with empty comments
eg, if you dont like
const {a, b, c} = props;
you can do
const {
//
a,
b,
c
} = props;
- monkpit 6y agoBut please don’t.