svenheden / csharp-models-to-typescript

C# models to TypeScript
89 stars 58 forks source link

Create config property "omitSemicolon" #57

Closed digocesar closed 1 year ago

digocesar commented 2 years ago

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 commented 2 years ago

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

digocesar commented 1 year ago

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

svenheden commented 1 year ago

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