Skip to content

Commit 5c5ff97

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)