dprint/dprint-plugin-typescript

`semiColons` should be spelled `semicolons` because it's a single word.

lixiaoyan opened this issue · 3 comments

Semicolon is alternatively spelt as semi-colon so that's where the casing comes from. That said, it might be good to change this to align with prettier.

https://stackoverflow.com/a/58756613

For example:
submenu/sub-menu -> submenu in camel case
rerender/re-render -> rerender in camel case
coclient/co-client -> coclient in camel case