Skip to content

Instantly share code, notes, and snippets.

@twerske
Created June 1, 2021 20:04
Show Gist options
  • Save twerske/7cb1f6afd3cead207f5c5d99a2021475 to your computer and use it in GitHub Desktop.
Save twerske/7cb1f6afd3cead207f5c5d99a2021475 to your computer and use it in GitHub Desktop.
ESLint Accessibility rules recommendation
"@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