Skip to content

Commit

Permalink
Add .prettierrc config
Browse files Browse the repository at this point in the history
Adds a Prettier config that lines up with what the main Expo repo uses.
  • Loading branch information
ide committed Nov 21, 2018
1 parent 962b6ff commit f4333f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"jsxBracketSameLine": true,
"trailingComma": "es5"
}

0 comments on commit f4333f2

Please sign in to comment.