We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908c123 commit 727b50bCopy full SHA for 727b50b
1 file changed
src/printer.js
@@ -1,2 +1,4 @@
1
// https://prettier.io/docs/en/plugins.html#printers
2
-module.exports = (path, options) => options.originalText;
+const genericPrint = (path, options) => options.originalText;
3
+
4
+module.exports = genericPrint;
0 commit comments