docs: add angular-eslint and remove codelyzer from tooling (#41105)

fixes #41029

PR Close #41105
This commit is contained in:
Sivamuthu Kumar 2021-03-07 01:54:28 -05:00 committed by Andrew Kushnir
parent 13681d94d6
commit 3d3ab4aa5d

View File

@ -230,11 +230,11 @@
"title": "Angular CLI", "title": "Angular CLI",
"url": "https://cli.angular.io" "url": "https://cli.angular.io"
}, },
"d1": { "angular-eslint": {
"desc": "Static analysis for Angular projects.", "desc": "The tooling which enables ESLint to lint Angular projects.",
"logo": "", "logo": "",
"title": "Codelyzer", "title": "Angular ESLint",
"url": "https://github.com/mgechev/codelyzer" "url": "https://github.com/angular-eslint/angular-eslint"
}, },
"f1": { "f1": {
"desc": "This tool generates dedicated documentation for Angular applications.", "desc": "This tool generates dedicated documentation for Angular applications.",