We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5074af commit 514fdc4Copy full SHA for 514fdc4
1 file changed
lib/config/recommended.js
@@ -4,6 +4,7 @@ module.exports = {
4
prettier: true,
5
// ember-template-lint stylistic rules
6
"block-indentation": false,
7
+ "eol-last": false,
8
"linebreak-style": false,
9
quotes: false,
10
"self-closing-void-elements": false,
0 commit comments