This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Description
I'm getting this linting error:
The eol-last rule allows setting the configuration to `"editorconfig"`, _only_ when an `.editorconfig` file with the `insert_final_newline` setting exists.
We found the following `.editorconfig`: {}glimmer-engine
The .editorconfig file is present in the root of the ember project directory, alongside .template-lintrc.js, etc. and does contain the expected config:
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false