Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 457 Bytes

File metadata and controls

7 lines (5 loc) · 457 Bytes

Trailing newlines in non-empty files are a common UNIX idiom. Benefits of trailing newlines include the ability to concatenate or append to files as well as output files to the terminal without interfering with shell prompts.

The eslint docs

Also, improves diffs when adding lines at the end of the file.