"ember-template-lint": "^2.10.0"
"ember-template-lint-plugin-prettier": "^2.0.0"
"prettier": "^2.0.5"
Behavior:
ember-template-lint --fix [FILE] removes the newline at EOF
Expected behavior:
EOF newlines should at minimum be respected, or even added, since that is Prettier's behavior
I do not see this behavior if I remove prettier: true from .template-lintrc.js, which is what leads me to believe this is an issue with the plugin.

Line 29 is the last line with text, and Line 30 is a newline
Behavior:
ember-template-lint --fix [FILE]removes the newline at EOFExpected behavior:
EOF newlines should at minimum be respected, or even added, since that is Prettier's behavior
I do not see this behavior if I remove
prettier: truefrom.template-lintrc.js, which is what leads me to believe this is an issue with the plugin.Line 29 is the last line with text, and Line 30 is a newline