Skip to content

Commit

Permalink
feat(eslint-plugin-experience): enable role-has-required-aria
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 11, 2024
1 parent 1e6a177 commit fff875e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ module.exports = {
? 'error'
: 'off',
'@angular-eslint/template/prefer-self-closing-tags': 'error',
'@angular-eslint/template/role-has-required-aria': 'error',
'@angular-eslint/template/table-scope': 'error',
'@angular-eslint/template/valid-aria': 'error',
},
Expand Down

0 comments on commit fff875e

Please sign in to comment.