diff --git a/.gitignore b/.gitignore index 55971823775..be3fd0d25d4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ testem.log .env .idea .vscode +.eslintcache /yarn-error.log diff --git a/.template-lintrc.js b/.template-lintrc.js index 17d75b5d3fe..b46508b6b9b 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -8,6 +8,7 @@ module.exports = { ignoredTags: ['label'] // Allow label tag inside a or any other interactive element }, 'link-rel-noopener': true, + 'no-curly-component-invocation': true, // TODO: Remove and fix 'require-button-type': false, 'no-partial': false, @@ -15,14 +16,5 @@ module.exports = { 'no-inline-styles': false, 'no-negated-condition': false, 'no-invalid-meta': false, // Crashing the linter https://github.com/ember-template-lint/ember-template-lint/pull/1087 - 'no-curly-component-invocation': false, - }, - overrides: [ - { - files: ['**/app/templates/account/**/*.hbs', '**/app/templates/events/**/*.hbs'], - rules: { - 'no-curly-component-invocation': true, - } - }, - ] + } }; diff --git a/app/templates/components/ui-table/header-row-filtering.hbs b/app/templates/components/ui-table/header-row-filtering.hbs index 028b4654941..990f892ec70 100644 --- a/app/templates/components/ui-table/header-row-filtering.hbs +++ b/app/templates/components/ui-table/header-row-filtering.hbs @@ -11,7 +11,7 @@ {{#if column.useFilter}}