Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 5c5ff97

Browse files
committed
set parser for prettier so it works via stdin
1 parent 4e0bb40 commit 5c5ff97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
},
6868
"prettier": {
6969
"semi": true,
70-
"singleQuote": true
70+
"singleQuote": true,
71+
"parser": "babylon"
7172
}
7273
}

0 commit comments

Comments
 (0)