`semiColons` should be spelled `semicolons` because it's a single word.
lixiaoyan opened this issue · 3 comments
lixiaoyan commented
https://en.wikipedia.org/wiki/Semicolon
https://prettier.io/docs/en/options#semicolons
semicolons
(10k+) vs semiColons
(553) in sourcegraph
lixiaoyan commented
https://sourcegraph.com/search?q=context:global+semiColons+-file:dprint+-file:deno+-repo:dprint+-repo:dprint&patternType=keyword&case=yes&sm=0
...and most of them are related to dprint
dsherret commented
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.
lixiaoyan commented
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