If you use babel-plugin-transform-class-properties, properties you add to classes are automatically punctuated with a semicolon by prettier. Is this intended/preferable? I've been omitting a trailing semicolon in these situations myself.
@lydell This is good to know, thank you!
Thanks for responding @lydell!
Most helpful comment
Yes, it is intended.
The above actually means (demo):
while you probably meant (demo):