Skip to content

Commit 0e1edda

Browse files
Code-Hexactions-user
authored andcommitted
Apply auto lint-fix changes
1 parent ac852b0 commit 0e1edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yup/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const YupSchemaVisitor = (schema: GraphQLSchema, config: ValidationSchema
2626
}
2727
return [importYup];
2828
},
29-
initialEmit: (): string => "",
29+
initialEmit: (): string => '',
3030
InputObjectTypeDefinition: (node: InputObjectTypeDefinitionNode) => {
3131
const name = tsVisitor.convertName(node.name.value);
3232
importTypes.push(name);

0 commit comments

Comments
 (0)