Require or disallow newline at the end of files.
Enforce either (without newline at end):
or this (with newline at end):
The following values are valid configuration:
- string -- "always" enforces that files end with a newline, "never" enforces that files do not end with a newline
- eol-last from eslint