From 3d3ab4aa5db3d2449914a60db022ecd21e9ec2f9 Mon Sep 17 00:00:00 2001 From: Sivamuthu Kumar Date: Sun, 7 Mar 2021 01:54:28 -0500 Subject: [PATCH] docs: add angular-eslint and remove codelyzer from tooling (#41105) fixes #41029 PR Close #41105 --- aio/content/marketing/resources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 24c23e222a..95b03fcea9 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -230,11 +230,11 @@ "title": "Angular CLI", "url": "https://cli.angular.io" }, - "d1": { - "desc": "Static analysis for Angular projects.", + "angular-eslint": { + "desc": "The tooling which enables ESLint to lint Angular projects.", "logo": "", - "title": "Codelyzer", - "url": "https://github.com/mgechev/codelyzer" + "title": "Angular ESLint", + "url": "https://github.com/angular-eslint/angular-eslint" }, "f1": { "desc": "This tool generates dedicated documentation for Angular applications.",