Skip to content

Commit 514fdc4

Browse files
committed
Update recommended config
Disable the stylistic rule added in ember-template-lint v3 that would conflict with the plugin.
1 parent e5074af commit 514fdc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/config/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
prettier: true,
55
// ember-template-lint stylistic rules
66
"block-indentation": false,
7+
"eol-last": false,
78
"linebreak-style": false,
89
quotes: false,
910
"self-closing-void-elements": false,

0 commit comments

Comments
 (0)