Skip to content

Commit 727b50b

Browse files
committed
vsmall refactor
1 parent 908c123 commit 727b50b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/printer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
// https://prettier.io/docs/en/plugins.html#printers
2-
module.exports = (path, options) => options.originalText;
2+
const genericPrint = (path, options) => options.originalText;
3+
4+
module.exports = genericPrint;

0 commit comments

Comments
 (0)