Skip to content

Commit

Permalink
fix: change parser options
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 30, 2019
1 parent f971632 commit 4e8bc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utils/run-prettier.ts
Expand Up @@ -19,7 +19,7 @@ export default function runPrettier(outputPath: string, source: string, cb?: Fun
try {
prettySource = prettier.format(source, {
filepath: outputPath,
parser: "babel",
parser: "babylon",
singleQuote: true,
tabWidth: 1,
useTabs: true,
Expand Down

0 comments on commit 4e8bc76

Please sign in to comment.