Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 30, 2023
1 parent 7f5f843 commit cec8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prettier_serial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import prettierMeriyah from "prettier/plugins/meriyah";
import prettierPostcss from "prettier/plugins/postcss";
import prettierTypescript from "prettier/plugins/typescript";
import prettierYaml from "prettier/plugins/yaml";
import type { FormatOptions } from "./types.js";
import { resolve } from "./utils.js";
import type { LazyFormatOptions } from "./types.js";

//TODO: Avoid loading plugins until they are actually needed

Expand Down

0 comments on commit cec8e86

Please sign in to comment.