Skip to content

Commit

Permalink
Autofix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Palkovič committed Apr 19, 2022
1 parent 5750a6a commit 514d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ categories.forEach((category) => {
const filePath = path.join(ROOT, `${category.categoryId}.ts`)
const content = format(formatCategory(category), {
parser: 'typescript',
...prettierConfig as Options,
...(prettierConfig as Options),
})

fs.writeFileSync(filePath, content)
Expand Down

0 comments on commit 514d50a

Please sign in to comment.