Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jul 21, 2020
1 parent d326cb1 commit 31442a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ async function getLabel(label?: ILabelDefinition) {
description: #{description},
releaseType: #{releaseType}
}`,
// @ts-ignore
/** Check if returned config is valid */
// @ts-ignore
validate: (state: {
/** The result of the prompt */
values: ILabelDefinition;
Expand Down

0 comments on commit 31442a1

Please sign in to comment.