Skip to content

Commit 692e990

Browse files
authored
docs(@angular/cli): update angular-eslint reference (angular#29001)
1 parent 3829b86 commit 692e990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/cli/src/command-builder/architect-base-command-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export abstract class ArchitectBaseCommandModule<T extends object>
242242

243243
const packageToInstall = await this.getMissingTargetPackageToInstall(choices);
244244
if (packageToInstall) {
245-
// Example run: `ng add @angular-eslint/schematics`.
245+
// Example run: `ng add angular-eslint`.
246246
const AddCommandModule = (await import('../commands/add/cli')).default;
247247
await new AddCommandModule(this.context).run({
248248
interactive: true,

packages/angular/cli/src/commands/lint/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class LintCommandModule
1818
override missingTargetChoices: MissingTargetChoice[] = [
1919
{
2020
name: 'ESLint',
21-
value: '@angular-eslint/schematics',
21+
value: 'angular-eslint',
2222
},
2323
];
2424

0 commit comments

Comments
 (0)