Skip to content

Commit 342cea9

Browse files
committed
docs: clarify that the options of ng lint in AIO are of the deprecated builder
Fix: #19638 (cherry picked from commit efcec62)
1 parent 4de0f81 commit 342cea9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
22
When a project name is not supplied, it will execute for all projects.
33

4-
The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
4+
The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
5+
6+
**Note**: TSLint has been discontinued and support has been deprecated in the Angular CLI. The options shown below are for the deprecated TSLint builder.
7+
To opt-in using the community driven ESLint builder, see [angular-eslint](https://github.com/angular-eslint/angular-eslint#migrating-from-codelyzer-and-tslint) README.

0 commit comments

Comments
 (0)