Skip to content

Commit 811ae18

Browse files
committed
style: prettier
1 parent 0354626 commit 811ae18

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

scripts/generate-types.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ type Repository = components["schemas"]["full-repository"]
8888
await writeFile(
8989
`packages/${packageName}/types.d.ts`,
9090
await prettier.format(
91-
COMMENT_HEADER + astToString(
92-
await openapiTS(
93-
pathToFileURL(`packages/openapi-webhooks/generated/${name}.json`),
94-
{ defaultNonNullable: false, }
91+
COMMENT_HEADER +
92+
astToString(
93+
await openapiTS(
94+
pathToFileURL(`packages/openapi-webhooks/generated/${name}.json`),
95+
{ defaultNonNullable: false },
96+
),
9597
),
96-
),
9798
{
9899
parser: "typescript",
99100
},

0 commit comments

Comments
 (0)