From d9acaa8547e749832a37665c1fe1489cee2e4107 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 25 Feb 2021 18:45:05 +0700 Subject: [PATCH] docs: remove Codelyzer recommendation from style guide (#40992) Fixes #40903 PR Close #40992 --- aio/content/guide/styleguide.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/aio/content/guide/styleguide.md b/aio/content/guide/styleguide.md index 23e40e8f37..cd9af8f678 100644 --- a/aio/content/guide/styleguide.md +++ b/aio/content/guide/styleguide.md @@ -3895,35 +3895,6 @@ Useful tools and tips for Angular. Back to top -{@a A-01} - -### Codelyzer - -#### Style A-01 - - -
- - - -**Do** use [codelyzer](https://www.npmjs.com/package/codelyzer) to follow this guide. - - -
- - - -
- - - -**Consider** adjusting the rules in codelyzer to suit your needs. - - -
- -Back to top - {@a A-02} ### File templates and snippets