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>
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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments