jmeyers91 / barro

Flexible barrel file generation for Javascript and Typescript with watching built-in.
MIT License
3 stars 0 forks source link

Add ability to remove new line ending #2

Closed kvpt closed 3 years ago

kvpt commented 3 years ago

Hi,

Thanks for this project, it works really fine. The only problem I have is related to formatting (enforced by linter in our project). I am able to replace the double quote by single by changing template but I can't prevent the new line ending to be added.

Two solutions :

What do you think ?

jmeyers91 commented 3 years ago

I like the first solution. I'll move the new line into the default template.

jmeyers91 commented 3 years ago

Fixed in v1.1.4

kvpt commented 3 years ago

Thank you for the quick response and fix. 👍