Skip to content

Commit 04d45fb

Browse files
bbaiaclydin
authored andcommitted
docs: update ESLint migration link
(cherry picked from commit d64dc76)
1 parent 66ae833 commit 04d45fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/cli/commands/lint-long.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ When a project name is not supplied, it will execute for all projects.
44
The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
55

66
**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.
7+
To opt-in using the community driven ESLint builder, see [angular-eslint](https://github.com/angular-eslint/angular-eslint#migrating-an-angular-cli-project-from-codelyzer-and-tslint) README.

packages/angular_devkit/build_angular/src/tslint/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function _run(
2828
): Promise<BuilderOutput> {
2929
context.logger.warn(
3030
`TSLint's support is discontinued and we're deprecating its support in Angular CLI.\n` +
31-
'To opt-in using the community driven ESLint builder, see: https://github.com/angular-eslint/angular-eslint#migrating-from-codelyzer-and-tslint.',
31+
'To opt-in using the community driven ESLint builder, see: https://github.com/angular-eslint/angular-eslint#migrating-an-angular-cli-project-from-codelyzer-and-tslint.',
3232
);
3333

3434
const systemRoot = context.workspaceRoot;

0 commit comments

Comments
 (0)