Skip to content

Commit

Permalink
generate-blueprint: drop .eslintignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 24, 2024
1 parent 0fd5578 commit dc05ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/generate-blueprint/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default class extends BaseGenerator {
async cleanup({ control }) {
await control.cleanupFiles({
'8.5.1': ['.eslintrc.json'],
'8.7.2': ['vitest.test-setup.ts'],
'8.7.2': ['.eslintignore', 'vitest.test-setup.ts'],
});
},
async writing({ application }) {
Expand Down

0 comments on commit dc05ee7

Please sign in to comment.