docs: remove default linting tool in workspace guide (#42655)
PR Close #42655
This commit is contained in:
parent
261b060fa1
commit
45d24d28a6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue