docs: remove Codelyzer recommendation from style guide (#40992)

Fixes #40903

PR Close #40992
This commit is contained in:
Chris 2021-02-25 18:45:05 +07:00 committed by Andrew Kushnir
parent ad40fcae7a
commit d9acaa8547
1 changed files with 0 additions and 29 deletions

View File

@ -3895,35 +3895,6 @@ Useful tools and tips for Angular.
<a href="#toc">Back to top</a>
{@a A-01}
### Codelyzer
#### Style A-01
<div class="s-rule do">
**Do** use [codelyzer](https://www.npmjs.com/package/codelyzer) to follow this guide.
</div>
<div class="s-rule consider">
**Consider** adjusting the rules in codelyzer to suit your needs.
</div>
<a href="#toc">Back to top</a>
{@a A-02}
### File templates and snippets