diff --git a/.template-lintrc.js b/.template-lintrc.js index 66890f87ba3..955a8d36d6f 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -49,5 +49,16 @@ module.exports = { "style-concatenation": true, "table-groups": true, "link-href-attributes": false, + "no-curly-component-invocation": { + allow: [ + // These are helpers, not components + "directory-item-header-title", + "directory-item-user-field-value", + "directory-item-value", + "directory-table-header-title", + "loading-spinner", + "mobile-directory-item-label", + ], + }, }, };