new-line-at-eof
Disallows/enforces new line at EOF.
Configuration
Name | Description |
---|---|
yes | Force new line at EOF. |
no | Force no new line at EOF. |
Examples
Enforces new line at EOF
Set config to "yes"
{
"new-line-at-eof": [
"error",
"yes"
]
}
Disallows new line at EOF
Set config to "no"
{
"new-line-at-eof": [
"error",
"no"
]
}