Skip to content

Commit

Permalink
feat(eslint-plugin-experience): enable elements-content
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 11, 2024
1 parent adc6c16 commit bf68d0b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,20 @@ 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',
],
},
],
'@angular-eslint/template/eqeqeq': [
'error',
{
Expand Down

0 comments on commit bf68d0b

Please sign in to comment.