ember-template-lint
Advanced tools
Changelog
v0.5.3
recommended
configuration, which can be used via the following in your .template-lintrc.js
:module.exports = {
extends: 'recommended'
}
Changelog
v0.5.2
fix
information to the results object for:
html-comments
self-closing-void-elements
deprecated-each-syntax
{{#each
(i.e. {{#each posts}}
) to the deprecated-each-syntax
.Changelog
v0.5.1
Changelog
v0.5.0