From 55ec3114679637b5154261a03c3ff09cdbd12cba Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 14 Dec 2019 11:35:36 +0100 Subject: [PATCH 1/2] Update `ember-template-lint` to v1.12.1 --- .template-lintrc.js | 6 +- app/templates/application.hbs | 2 +- package-lock.json | 420 +++++++++++++++++++--------------- package.json | 2 +- 4 files changed, 242 insertions(+), 188 deletions(-) diff --git a/.template-lintrc.js b/.template-lintrc.js index 1691cf83d5b..84c9f420df7 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -7,7 +7,9 @@ module.exports = { rules: { 'img-alt-attributes': false, - 'triple-curlies': false, - 'html-comments': false, + 'no-html-comments': false, + 'no-triple-curlies': 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 @@