docs: remove default linting tool in workspace guide (#42655)

PR Close #42655
This commit is contained in:
marvinbeckert 2021-06-25 14:57:34 +02:00 committed by Jessica Janiuk
parent 261b060fa1
commit 45d24d28a6
1 changed files with 1 additions and 1 deletions

View File

@ -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.