Skip to content

Commit

Permalink
Merge pull request #119 from newrelic/tglaser/resolve-prettier-warning
Browse files Browse the repository at this point in the history
fix: resolve prettier warning message
  • Loading branch information
timglaser authored Jun 10, 2020
2 parents 1d3fd98 + 9a39f45 commit f4b3acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/formatCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const formatCode = (code, formatOptions = {}) =>
singleQuote: true,
...formatOptions,
plugins: [parserBabel],
parser: 'babel',
});

export default formatCode;

0 comments on commit f4b3acd

Please sign in to comment.