Skip to content

Commit

Permalink
format all src files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent c4d4f28 commit f4b2bd3
Show file tree
Hide file tree
Showing 29 changed files with 1,268 additions and 266 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"editor.formatOnSave": true
}
{}
Loading

0 comments on commit f4b2bd3

Please sign in to comment.