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.