~~ objectPattern.spaceSurroundingProperties: false ~~
== should format ==
const { key: value } = obj;

[expect]
const {key: value} = obj;
