Skip to content

Commit dea0b74

Browse files
committed
fix docs formatting
1 parent 2fff6b9 commit dea0b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/utils/docs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const updateRulesDocs = async (rulesList: TRulesList[]) => {
106106

107107
const updatedDocFile = await format(overWriteRuleDocs(rule, ruleDocFile), {
108108
parser: 'markdown',
109-
...prettierConfig,
109+
...(await prettierConfig),
110110
})
111111

112112
await writeFile(ruleDocFilePath, updatedDocFile)

0 commit comments

Comments
 (0)