Skip to content

Commit

Permalink
Remove unused coverage z.string
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent d2f6a97 commit 2ab8a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/options/optionsSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const optionsSchemaShape = {
])
.optional(),
bin: z.string().optional(),
coverage: z.string().optional(),
description: z.string().optional(),
directory: z.string().optional(),
email: z
Expand Down

0 comments on commit 2ab8a8d

Please sign in to comment.