Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 18, 2024
1 parent 4a73267 commit caebd83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generators/angular/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ export default class AngularGenerator extends BaseApplicationGenerator {
this.fetchFromInstalledJHipster(GENERATOR_ANGULAR, 'resources', 'package.json'),
);
},
applicationDefauts({ applicationDefaults }) {
applicationDefaults({
__override__: true,
typescriptEslint: true,
});
},
});
}

Expand Down

0 comments on commit caebd83

Please sign in to comment.