AdrianWilczynski / CSharpToTypeScript

Convert C# Models, ViewModels and DTOs into their TypeScript equivalents using webapps, CLI Tool or VSCode extension. Links: https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.csharp-to-typescript - https://csharptotypescript.azurewebsites.net - https://adrianwilczynski.github.io/CSharpToTypeScript/ - https://www.nuget.org/packages/CSharpToTypeScript.CLITool/
MIT License
115 stars 32 forks source link

-anl option to add new line at the end of file to make tslint happy #4

Closed lzwierko closed 4 years ago

lzwierko commented 4 years ago

Hi, just added simple change to add new line at the end of file,so that tslint does not produce warning. pozdrawiam, Łukasz

AdrianWilczynski commented 4 years ago

Dzięki 😄 I'm gonna push the update to NuGet in the next few days.

AdrianWilczynski commented 4 years ago

I've pushed the update.