Skip to content

Commit

Permalink
ignore eslint9 config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 27, 2024
1 parent 847c5d5 commit c809792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generators/ionic/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ export default class extends BaseApplicationGenerator {

get [BaseApplicationGenerator.POST_WRITING]() {
return this.asPostWritingTaskGroup({
ignoreEslint9ConfigFile({ application }) {
const eslintConfigFile = this.env.sharedFs.get(this.destinationPath(application.eslintConfigFile));
if (eslintConfigFile) {
delete eslintConfigFile.state;
}
},
customizePackageJson({ application }) {
const { baseName } = this.jhipsterConfig;
this.packageJson.merge({
Expand Down

0 comments on commit c809792

Please sign in to comment.