diff --git a/.template-lintrc.js b/.template-lintrc.js index 1691cf83d5b..d87f3719330 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -7,7 +7,8 @@ module.exports = { rules: { 'img-alt-attributes': false, - 'triple-curlies': false, - 'html-comments': false, + 'no-html-comments': false, + 'no-unnecessary-concat': false, + quotes: false, }, }; diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 3f9fa6ca4f2..3d26ca1f805 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -6,7 +6,7 @@