Skip to content

Commit

Permalink
feat(eslint-plugin-experience): enable elements-content (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 11, 2024
1 parent f44850d commit 1e6a177
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down

0 comments on commit 1e6a177

Please sign in to comment.