Skip to content

Commit

Permalink
Merge pull request gatsbyjs#58 from HeinrichFilter/add-prettierrc
Browse files Browse the repository at this point in the history
Add .prettierrc
  • Loading branch information
KyleAMathews authored Sep 20, 2017
2 parents b17dafa + 1ccd4af commit d4415da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"semi": false,
"singleQuote": true
}

0 comments on commit d4415da

Please sign in to comment.