Skip to content

Commit

Permalink
Code formatting using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldoramos committed Jun 23, 2019
1 parent 2350d3c commit 24f5675
Show file tree
Hide file tree
Showing 18 changed files with 1,033 additions and 741 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dist/
builds/
packaged
dist
.env
.env
.vscode
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
Loading

0 comments on commit 24f5675

Please sign in to comment.