Skip to content

Commit

Permalink
fixing eslint issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyne committed Aug 11, 2023
1 parent 94f44b5 commit e94762f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-eventcatalog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ async function run(): Promise<void> {
if (!valid) {
console.error(`Could not create a project called ${chalk.red(`"${projectName}"`)} because of npm naming restrictions:`);

// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
problems!.forEach((p) => console.error(` ${chalk.red.bold('*')} ${p}`));
process.exit(1);
}
Expand Down

0 comments on commit e94762f

Please sign in to comment.