Skip to content

Commit

Permalink
fix(plugin-prettier): fix prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 11, 2019
1 parent 81031b7 commit d01d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-prettier/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function prettierPlugin(code, config, state) {
return prettier.format(
code,
mergeDeep(
{ parser: 'babylon' },
{ parser: 'babel' },
prettierRcConfig,
config.prettierConfig || {},
),
Expand Down

0 comments on commit d01d33f

Please sign in to comment.