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 81031b7 commit d01d33fCopy full SHA for d01d33f
1 file changed
packages/plugin-prettier/src/index.js
@@ -10,7 +10,7 @@ export default function prettierPlugin(code, config, state) {
10
return prettier.format(
11
code,
12
mergeDeep(
13
- { parser: 'babylon' },
+ { parser: 'babel' },
14
prettierRcConfig,
15
config.prettierConfig || {},
16
),
0 commit comments