File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export abstract class ArchitectBaseCommandModule<T extends object>
242
242
243
243
const packageToInstall = await this . getMissingTargetPackageToInstall ( choices ) ;
244
244
if ( packageToInstall ) {
245
- // Example run: `ng add @ angular-eslint/schematics `.
245
+ // Example run: `ng add angular-eslint`.
246
246
const AddCommandModule = ( await import ( '../commands/add/cli' ) ) . default ;
247
247
await new AddCommandModule ( this . context ) . run ( {
248
248
interactive : true ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default class LintCommandModule
18
18
override missingTargetChoices : MissingTargetChoice [ ] = [
19
19
{
20
20
name : 'ESLint' ,
21
- value : '@ angular-eslint/schematics ' ,
21
+ value : 'angular-eslint' ,
22
22
} ,
23
23
] ;
24
24
You can’t perform that action at this time.
0 commit comments