csharp-models-to-typescript icon indicating copy to clipboard operation
csharp-models-to-typescript copied to clipboard

Create config property "omitSemicolon"

Open digocesar opened this issue 2 years ago • 1 comments

Some projects don't use semicolons in javascript files.

A setting for this avoids having to open the generated file and apply code formatting to remove the semicolons.

If the name omitSemicolon for this configuration is not good, I welcome suggestions.

digocesar avatar Jul 29 '22 15:07 digocesar

Fixed merge conflict! This is a simple change that will help who don't use semicolon in javascript files. ;)

digocesar avatar Aug 19 '22 20:08 digocesar

Hey @svenheden, can you accept this PR? It is a simple change! ;)

digocesar avatar Mar 22 '23 13:03 digocesar

Sorry for the delay @digocesar, and thanks for the contribution! It's released in v0.23.0 now

svenheden avatar Mar 22 '23 14:03 svenheden