Skip to content

Commit

Permalink
fix: fixed prettier to match Particular. style
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Grohs authored and Adam Grohs committed Apr 12, 2019
1 parent b9a20be commit 2a22008
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 2a22008

Please sign in to comment.