Skip to content

Commit

Permalink
Merge pull request #4 from uniquelyparticular/feat-04122019-1
Browse files Browse the repository at this point in the history
fix: fixed prettier to match Particular. style
  • Loading branch information
agrohs authored Apr 12, 2019
2 parents b9a20be + 2a22008 commit a08d6c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"singleQuote": true,
"semi": false,
"jsxBracketSameLine": true
"jsxSingleQuote": true,
"jsxBracketSameLine": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "none"
}

0 comments on commit a08d6c6

Please sign in to comment.