Skip to content

Commit

Permalink
fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Sep 12, 2020
1 parent db17d07 commit 6449a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codemod/src/transforms/storiesof-to-csf.js
Expand Up @@ -271,7 +271,7 @@ export default function transformer(file, api, options) {
};

return prettier.format(source, {
...prettierConfig,
parser: jscodeshiftToPrettierParser(options.parser) || 'babel',
prettierConfig,
});
}

0 comments on commit 6449a27

Please sign in to comment.