Created
June 1, 2021 20:04
-
-
Save twerske/7cb1f6afd3cead207f5c5d99a2021475 to your computer and use it in GitHub Desktop.
ESLint Accessibility rules recommendation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
"@angular-eslint/template/accessibility-alt-text": 2, | |
"@angular-eslint/template/accessibility-elements-content": 2, | |
"@angular-eslint/template/accessibility-label-for": 2, | |
"@angular-eslint/template/no-positive-tabindex": 2, | |
"@angular-eslint/template/accessibility-table-scope": 2, | |
"@angular-eslint/template/accessibility-valid-aria": 2, | |
"@angular-eslint/template/click-events-have-key-events": 2, | |
"@angular-eslint/template/mouse-events-have-key-events": 2, | |
"@angular-eslint/template/no-autofocus": 2, | |
"@angular-eslint/template/no-distracting-elements": 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment