Skip to content

Commit

Permalink
chore: remove unused hideTemplatedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 16, 2025
1 parent 2df3dd7 commit 0698506
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/next/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ export const base = createBase({
.describe(
"link to a contribution guide to place at the top of development docs",
),
hideTemplatedBy: z
.boolean()
.optional()
.describe(
"whether to hide the 'created by ...' notice at the bottom of the README.md",
),
keywords: z
.array(z.string())
.optional()
Expand Down

0 comments on commit 0698506

Please sign in to comment.