We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b51005 commit 5f8f687Copy full SHA for 5f8f687
2 files changed
src/plugin.js
@@ -2,7 +2,7 @@ import languages from "./languages.js";
2
import parser from "./parser.js";
3
import printer from "./printer.js";
4
5
-const plugin = {
+const pluginXML = {
6
languages,
7
parsers: {
8
xml: parser
@@ -77,4 +77,4 @@ const plugin = {
77
}
78
};
79
80
-export default plugin;
+export default pluginXML;
types/plugin.d.ts
@@ -1,4 +1,4 @@
1
import type { Plugin } from "prettier";
-declare const plugin: Plugin;
+declare const pluginXML: Plugin;
0 commit comments