docs: replace Codelyzer recommendation with Angular-ESLint in accessibility guide (#41294)

Replace Codelyzer recommendation with Angular-ESLint in accessibility guide since that tool is deprecated and was removed from the Angular CLI.

Closes #41573

PR Close #41294
This commit is contained in:
pavlenko 2021-03-20 18:57:29 +05:00 committed by Zach Arend
parent 78236bfdca
commit 261bce65fb
1 changed files with 1 additions and 6 deletions

View File

@ -141,15 +141,10 @@ You should avoid situations where focus returns to the `body` element after a ro
* [Rob Dodson A11ycasts](https://www.youtube.com/watch?v=HtTyRajRuyY)
* [Codelyzer](http://codelyzer.com/rules/) provides linting rules that can help you make sure your code meets accessibility standards.
* [Angular ESLint](https://github.com/angular-eslint/angular-eslint#functionality) provides linting rules that can help you make sure your code meets accessibility standards.
Books
* "A Web for Everyone: Designing Accessible User Experiences", Sarah Horton and Whitney Quesenbery
* "Inclusive Design Patterns", Heydon Pickering
## More on accessibility
You may also be interested in the following:
* [Audit your Angular app's accessibility with codelyzer](https://web.dev/accessible-angular-with-codelyzer/).