boltpkg / bolt

⚡️ Super-powered JavaScript project management
MIT License
2.35k stars 82 forks source link

Add new line to the end of file, preserve line endings style #224

Closed pastelsky closed 5 years ago

pastelsky commented 5 years ago

This PR fixes a couple of issues with bolt -

Note that these issues have already been fixed by npm (here) and yarn (here), and this just brings bolt's implementation on par.

Motivation

When using prettier or an opinionated editor alongside bolt, there is a constant push and pull between these tools that leads to ghost diffs like these –

image

ajaymathur commented 5 years ago

Hey @pastelsky , the change looks good. I have just added a comment for clarity :)

pastelsky commented 5 years ago

Updated the PR with os.EOL.