Comment 4 for bug 1850473

Revision history for this message
Jane Sandberg (sandbergja) wrote :

Noting that tslint is now deprecated. Angular 11 includes tools for migrating from tslint to eslint (https://github.com/angular-eslint/angular-eslint)

As far as I can tell, that means that we will have access to a ton of new rules from eslint: https://eslint.org/docs/rules/

However, some of the codelyzer rules I was most excited about -- template-accessibility-alt-text and template-accessibility-label-for -- have not (yet?) been ported over to eslint.