Skip to content

Commit

Permalink
Using prettier to make the code format consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
tdecker91 committed Jan 25, 2019
1 parent 56b3b46 commit b9e886a
Show file tree
Hide file tree
Showing 20 changed files with 1,271 additions and 1,239 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120
}
2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit b9e886a

Please sign in to comment.