From 45d24d28a6d447e89020c33df85a70bfa87cbade Mon Sep 17 00:00:00 2001 From: marvinbeckert <60096742+whatwouldmarvindo@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:57:34 +0200 Subject: [PATCH] docs: remove default linting tool in workspace guide (#42655) PR Close #42655 --- aio/content/guide/workspace-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index b4491b445b..b1e6a72ef5 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -140,7 +140,7 @@ See [Build target](#build-target) below for more information. * The `architect/test` section overrides build-option defaults for test builds and supplies additional test-running defaults for the `ng test` command. -* The `architect/lint` section configures defaults for options of the `ng lint` command, which performs code analysis on project source files. The default linting tool for Angular is [TSLint](https://palantir.github.io/tslint/). +* The `architect/lint` section configures defaults for options of the `ng lint` command, which performs code analysis on project source files. * The `architect/extract-i18n` section configures defaults for options of the `ng extract-i18n` command, which extracts marked message strings from source code and outputs translation files.