Skip to content

Commit

Permalink
Add logging / utils package (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangarcia committed Feb 21, 2019
1 parent 521225e commit 78ba995
Show file tree
Hide file tree
Showing 26 changed files with 21,204 additions and 2,001 deletions.
10 changes: 10 additions & 0 deletions .prettierrc
@@ -0,0 +1,10 @@
{
"printWidth": 89,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false
}

0 comments on commit 78ba995

Please sign in to comment.