~~ propertySignature.semiColon: false ~~
== should format with no semi-colon ==
type T = {
    p1   : string;
};

[expect]
type T = {
    p1: string
};
