diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index df73a946..842a32b5 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -1011,6 +1011,22 @@ module.exports = { '@angular-eslint/template/alt-text': 'error', '@angular-eslint/template/banana-in-box': 'error', '@angular-eslint/template/button-has-type': 'error', + '@angular-eslint/template/elements-content': [ + 'error', + { + allowList: [ + 'aria-label', + 'innerHtml', + 'innerHTML', + 'innerText', + 'textContent', + 'outerHTML', + 'title', + 'tuiHintDescribe', + 'tuiFile', + ], + }, + ], '@angular-eslint/template/eqeqeq': [ 'error', {