Skip to content

Commit

Permalink
Rebased develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshanvasnani committed Feb 14, 2019
1 parent 913a271 commit 1d92d92
Show file tree
Hide file tree
Showing 34 changed files with 2,652 additions and 236 deletions.
12 changes: 12 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"parser": "flow",
"proseWrap": "preserve"
}
Loading

0 comments on commit 1d92d92

Please sign in to comment.