Skip to content

Commit 7d33563

Browse files
committed
fix: prettier formatter
1 parent b922e39 commit 7d33563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/prettierFormatter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import fsOperation from "fileSystem";
22
import toast from "components/toast";
33
import appSettings from "lib/settings";
44
import prettierPluginBabel from "prettier/plugins/babel";
5+
import prettierPluginEstree from "prettier/plugins/estree";
56
import prettierPluginGraphql from "prettier/plugins/graphql";
67
import prettierPluginHtml from "prettier/plugins/html";
78
import prettierPluginMarkdown from "prettier/plugins/markdown";
@@ -32,6 +33,7 @@ const CONFIG_FILENAMES = [
3233
"prettier.config.mjs",
3334
];
3435
const PRETTIER_PLUGINS = [
36+
prettierPluginEstree,
3537
prettierPluginBabel,
3638
prettierPluginHtml,
3739
prettierPluginMarkdown,

0 commit comments

Comments
 (0)