@@ -20,20 +20,38 @@ module.exports = {
2020 "ember/template-no-duplicate-id" : "error" ,
2121 "ember/template-no-empty-headings" : "error" ,
2222 "ember/template-no-heading-inside-button" : "error" ,
23+ "ember/template-no-html-comments" : "error" ,
24+ "ember/template-no-implicit-this" : "error" ,
2325 "ember/template-no-input-block" : "error" ,
2426 "ember/template-no-input-tagname" : "error" ,
27+ "ember/template-no-invalid-aria-attributes" : "error" ,
28+ "ember/template-no-invalid-interactive" : "error" ,
29+ "ember/template-no-invalid-link-title" : "error" ,
30+ "ember/template-no-link-to-positional-params" : "error" ,
31+ "ember/template-no-link-to-tagname" : "error" ,
2532 "ember/template-no-log" : "error" ,
33+ "ember/template-no-negated-condition" : "error" ,
2634 "ember/template-no-obsolete-elements" : "error" ,
35+ "ember/template-no-outlet-outside-routes" : "error" ,
2736 "ember/template-no-partial" : "error" ,
2837 "ember/template-no-positive-tabindex" : "error" ,
2938 "ember/template-no-this-in-template-only-components" : "error" ,
3039 "ember/template-no-triple-curlies" : "error" ,
3140 "ember/template-no-unbound" : "error" ,
41+ "ember/template-no-unnecessary-component-helper" : "error" ,
3242 "ember/template-no-unnecessary-concat" : "error" ,
43+ "ember/template-no-unnecessary-curly-in-string-attrs" : "error" ,
44+ "ember/template-no-unnecessary-curly-strings" : "error" ,
45+ "ember/template-no-unknown-arguments-for-builtin-components" : "error" ,
46+ "ember/template-no-unused-block-params" : "error" ,
3347 "ember/template-no-valueless-arguments" : "error" ,
48+ "ember/template-no-whitespace-within-word" : "error" ,
3449 "ember/template-no-with" : "error" ,
3550 "ember/template-require-button-type" : "error" ,
51+ "ember/template-require-each-key" : "error" ,
3652 "ember/template-require-iframe-title" : "error" ,
53+ "ember/template-require-input-label" : "error" ,
3754 "ember/template-require-valid-alt-text" : "error" ,
55+ "ember/template-simple-unless" : "error" ,
3856 "ember/template-splat-attributes-only" : "error"
3957}
0 commit comments