Skip to content

Commit

Permalink
moar prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Dec 6, 2023
1 parent e1417b8 commit 59ef323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ files.forEach(async file => {
{ parser: 'babel-ts' }
);

let dTs = await prettier.format(
let dTs = await prettier.format(
`
declare const _default: import("lit").CSSResult;
export default _default;
Expand Down

0 comments on commit 59ef323

Please sign in to comment.