Skip to content

Commit

Permalink
fix: copy .prettierrc from legacy init template (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinis authored and thymikee committed Aug 15, 2019
1 parent b985890 commit 0694c3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ function translateFilePath(filePath) {
.replace('_eslintrc.js', '.eslintrc.js')
.replace('_flowconfig', '.flowconfig')
.replace('_buckconfig', '.buckconfig')
.replace('_prettierrc.js', '.prettierrc.js')
.replace('_watchmanconfig', '.watchmanconfig');
}

Expand Down

0 comments on commit 0694c3b

Please sign in to comment.