Skip to content

Commit

Permalink
Update generator.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jul 18, 2023
1 parent 2528654 commit 10c24d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/bootstrap/generator.mts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default class BootstrapGenerator extends BaseGenerator {
...(this.skipPrettier
? []
: [
createESLintTransform.call(this, { extensions: 'ts,js' }),
createESLintTransform.call(this, { ignoreErrors: ignoreErrors || this.upgradeCommand, extensions: 'ts,js' }),
createPrettierTransform(prettierOptions, this, prettierTransformOptions),
]),
...(this.jhipsterConfig.autoCrlf ? [autoCrlfTransform(this.createGit())] : []),
Expand Down

0 comments on commit 10c24d0

Please sign in to comment.