You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
Empty files in the project, which do have just one single empty line (as shown below) throw errors when insert_final_newline = true is set in the .editorconfig.
eclint check
#> src/app/components/about/about.component.scss# 01:01 ❌ expected final newline
Is that an expected behaviour? I would argue, that this file does end with an empty line. Even if it's the only line it has.
The text was updated successfully, but these errors were encountered:
Empty files in the project, which do have just one single empty line (as shown below) throw errors when
insert_final_newline = true
is set in the.editorconfig
.Is that an expected behaviour? I would argue, that this file does end with an empty line. Even if it's the only line it has.
The text was updated successfully, but these errors were encountered: